Html Css Color HEX #970CE8 Dark Violet

📋 copy color: '#970CE8'

red 151 ◦ green 12 ◦ blue 232

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

Shades of Dark Violet #970CE8

Tints of Dark Violet #970CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.73%

R = 38.23%
G = 3.04%
B = 58.73%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#970CE8 (or 0x970CE8) is known color: Dark Violet. HEX triplet: 97, 0C and E8. RGB value is (151,12,232). Sum of RGB (Red+Green+Blue) = 151+12+232=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #970CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CE8 is #68F317. Grayscale: #4D4D4D. Windows color (decimal): -6877976 or 15207575. OLE color: 15207575.

HSL color Cylindrical-coordinate representation of color #970CE8: hue angle of 277.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CE8 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 12 232 -
CMYK 0.35 0.95 0 0.09
HSL 277.91º 0.9% 0.48% -
HSV(B) 277.91º 0.95% 0.91% -
XYZ 27.46 12.67 77.34 -
YUV 78.64 214.55 179.61 -
System Red Green Blue C M Y K H S L
Decimal 151 12 232 0.35 0.95 0 0.09 277.91 0.9 0.48
Hex 97 C E8 23 5F 0 9 116 5A 30
Octal 227 14 350 43 137 0 11 426 132 60
Binary 10010111 1100 11101000 100011 1011111 0 1001 100010110 1011010 110000

Color Harmonies of #970CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CE8

Black with #970CE8

Text Example


Text Example

White with #970CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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