Html Css Color HEX #970CEC Dark Violet

📋 copy color: '#970CEC'

red 151 ◦ green 12 ◦ blue 236

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

Shades of Dark Violet #970CEC

Tints of Dark Violet #970CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 37.84%
G = 3.01%
B = 59.15%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#970CEC (or 0x970CEC) is known color: Dark Violet. HEX triplet: 97, 0C and EC. RGB value is (151,12,236). Sum of RGB (Red+Green+Blue) = 151+12+236=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #970CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CEC is #68F313. Grayscale: #4E4E4E. Windows color (decimal): -6877972 or 15469719. OLE color: 15469719.

HSL color Cylindrical-coordinate representation of color #970CEC: hue angle of 277.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CEC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 12 236 -
CMYK 0.36 0.95 0 0.07
HSL 277.23º 0.9% 0.49% -
HSV(B) 277.23º 0.95% 0.93% -
XYZ 28.03 12.9 80.37 -
YUV 79.1 216.55 179.29 -
System Red Green Blue C M Y K H S L
Decimal 151 12 236 0.36 0.95 0 0.07 277.23 0.9 0.49
Hex 97 C EC 24 5F 0 7 115 5A 31
Octal 227 14 354 44 137 0 7 425 132 61
Binary 10010111 1100 11101100 100100 1011111 0 111 100010101 1011010 110001

Color Harmonies of #970CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CEC

Black with #970CEC

Text Example


Text Example

White with #970CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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