#970EAF

Color #970EAF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #970EAF

Tints of Dark Violet #970EAF

Color information

#970EAF (or 0x970EAF) is unknown color: approx Dark Violet. HEX triplet: 97, 0E and AF. RGB value is (151,14,175). Sum of RGB (Red+Green+Blue) = 151+14+175=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #970EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970EAF is #68F150. Grayscale: #484848. Windows color (decimal): -6877521 or 11472535. OLE color: 11472535.

HSL color Cylindrical-coordinate representation of color #970EAF: hue angle of 291.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970EAF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15114175-
CMYK0.140.9200.31
HSL291.06º85.19%37.06%-
HSV(B)291.06º92%68.63%-
XYZ20.669.9941.4-
YUV73.32185.39183.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 14 (5.86% from 255) = 4.12%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=44.41%
G=4.12%
B=51.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151141750.140.9200.31291.0685.1937.06
Hex97EAFE5C01F1235525
Octal227162571613403744312545
Binary10010111111010101111111010111000111111001000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,14,175); }

 H1.HeaderClassName
 {
   color: #970EAF;
 }
 .AnyTagClassName
 {
   color: #970EAF;
 }
</style>
background-color css

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

 a { background-color: rgb(151,14,175); }

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

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

 span { border-color: rgb(151,14,175); }

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