#960CCB

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

Shades of Dark Violet #960CCB

Tints of Dark Violet #960CCB

Color information

#960CCB (or 0x960CCB) is unknown color: approx Dark Violet. HEX triplet: 96, 0C and CB. RGB value is (150,12,203). Sum of RGB (Red+Green+Blue) = 150+12+203=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #960CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CCB is #69F334. Grayscale: #4A4A4A. Windows color (decimal): -6943541 or 13307030. OLE color: 13307030.

HSL color Cylindrical-coordinate representation of color #960CCB: hue angle of 283.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CCB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15012203-
CMYK0.260.9400.20
HSL283.35º88.84%42.16%-
HSV(B)283.35º94.09%79.61%-
XYZ23.4911.0657.4-
YUV75.04200.22181.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 12 (5.08% from 255) = 3.29%
BLUE value IS 203 (79.69% from 255) = 55.62%
R=41.10%
G=3.29%
B=55.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150122030.260.9400.20283.3588.8442.16
Hex96CCB1A5E01411b592a
Octal226143133213602443313152
Binary100101101100110010111101010111100101001000110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,12,203); }

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

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

 a { background-color: rgb(150,12,203); }

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

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

 span { border-color: rgb(150,12,203); }

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