#960ACF

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

Shades of Dark Violet #960ACF

Tints of Dark Violet #960ACF

Color information

#960ACF (or 0x960ACF) is unknown color: approx Dark Violet. HEX triplet: 96, 0A and CF. RGB value is (150,10,207). Sum of RGB (Red+Green+Blue) = 150+10+207=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #960ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ACF is #69F530. Grayscale: #494949. Windows color (decimal): -6944049 or 13568662. OLE color: 13568662.

HSL color Cylindrical-coordinate representation of color #960ACF: hue angle of 282.64º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960ACF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15010207-
CMYK0.280.9500.19
HSL282.64º90.78%42.55%-
HSV(B)282.64º95.17%81.18%-
XYZ23.9511.2159.93-
YUV74.32202.88181.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 10 (4.30% from 255) = 2.72%
BLUE value IS 207 (81.25% from 255) = 56.40%
R=40.87%
G=2.72%
B=56.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150102070.280.9500.19282.6490.7842.55
Hex96ACF1C5F01311b5b2b
Octal226123173413702343313353
Binary100101101010110011111110010111110100111000110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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