Html Css Color HEX #960AAF Dark Violet

📋 copy color: '#960AAF'

red 150 ◦ green 10 ◦ blue 175

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

Shades of Dark Violet #960AAF

Tints of Dark Violet #960AAF

RGB

 RED value IS 150 (58.98% from 255) = 44.78%

 GREEN value IS 10 (4.3% from 255) = 2.99%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 44.78%
G = 2.99%
B = 52.24%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#960AAF (or 0x960AAF) is known color: Dark Violet. HEX triplet: 96, 0A and AF. RGB value is (150,10,175). Sum of RGB (Red+Green+Blue) = 150+10+175=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #960AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960AAF is #69F550. Grayscale: #464646. Windows color (decimal): -6944081 or 11471510. OLE color: 11471510.

HSL color Cylindrical-coordinate representation of color #960AAF: hue angle of 290.91º 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 #960AAF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 10 175 -
CMYK 0.14 0.94 0 0.31
HSL 290.91º 0.89% 0.36% -
HSV(B) 290.91º 0.94% 0.69% -
XYZ 20.42 9.8 41.37 -
YUV 70.67 186.88 184.58 -
System Red Green Blue C M Y K H S L
Decimal 150 10 175 0.14 0.94 0 0.31 290.91 0.89 0.36
Hex 96 A AF E 5E 0 1F 123 59 24
Octal 226 12 257 16 136 0 37 443 131 44
Binary 10010110 1010 10101111 1110 1011110 0 11111 100100011 1011001 100100

Color Harmonies of #960AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AAF

Black with #960AAF

Text Example


Text Example

White with #960AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960AAF; }

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

 H1.HeaderClassName
 {
   color: #960AAF;
 }
 .AnyTagClassName
 {
   color: #960AAF;
 }
</style>

background-color css

<style>
 a { background-color: #960AAF; }

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

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

border-color css

<style>
 span { border-color: #960AAF; }

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

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