Html Css Color HEX #970CBC Dark Violet

📋 copy color: '#970CBC'

red 151 ◦ green 12 ◦ blue 188

#970CBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #970CBC

Tints of Dark Violet #970CBC

RGB

 RED value IS 151 (59.38% from 255) = 43.02%

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 43.02%
G = 3.42%
B = 53.56%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#970CBC (or 0x970CBC) is known color: Dark Violet. HEX triplet: 97, 0C and BC. RGB value is (151,12,188). Sum of RGB (Red+Green+Blue) = 151+12+188=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #970CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CBC is #68F343. Grayscale: #494949. Windows color (decimal): -6878020 or 12323991. OLE color: 12323991.

HSL color Cylindrical-coordinate representation of color #970CBC: hue angle of 287.39º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970CBC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 12 188 -
CMYK 0.20 0.94 0 0.26
HSL 287.39º 0.88% 0.39% -
HSV(B) 287.39º 0.94% 0.74% -
XYZ 21.97 10.47 48.44 -
YUV 73.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 151 12 188 0.20 0.94 0 0.26 287.39 0.88 0.39
Hex 97 C BC 14 5E 0 1A 11F 58 27
Octal 227 14 274 24 136 0 32 437 130 47
Binary 10010111 1100 10111100 10100 1011110 0 11010 100011111 1011000 100111

Color Harmonies of #970CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CBC

Black with #970CBC

Text Example


Text Example

White with #970CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970CBC; }

 p { color: rgb(151,12,188); }

 H1.HeaderClassName
 {
   color: #970CBC;
 }
 .AnyTagClassName
 {
   color: #970CBC;
 }
</style>

background-color css

<style>
 a { background-color: #970CBC; }

 a { background-color: rgb(151,12,188); }

 div.DivClassName
 {
   background-color: #970CBC;
 }
 .BgClassName
 {
   background-color: #970CBC;
 }
</style>

border-color css

<style>
 span { border-color: #970CBC; }

 span { border-color: rgb(151,12,188); }

 td.TdClassName
 {
   border-color: #970CBC;
 }
 .TagClassName
 {
   border-color: #970CBC;
 }
</style>