#970aaf

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

Shades of Dark Violet #970AAF

Tints of Dark Violet #970AAF

Color information

#970AAF (or 0x970AAF) is unknown color: approx Dark Violet. HEX triplet: 97, 0A and AF. RGB value is (151,10,175). Sum of RGB (Red+Green+Blue) = 151+10+175=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #970AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970AAF is #68F550. Grayscale: #464646. Windows color (decimal): -6878545 or 11471511. OLE color: 11471511.

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

Color convert

RGB15110175-
CMYK0.140.9400.31
HSL291.27º89.19%36.27%-
HSV(B)291.27º94.29%68.63%-
XYZ20.619.8941.38-
YUV70.97186.71185.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 10 (4.30% from 255) = 2.98%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=44.94%
G=2.98%
B=52.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151101750.140.9400.31291.2789.1936.27
Hex97AAFE5E01F1235924
Octal227122571613603744313144
Binary10010111101010101111111010111100111111001000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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