#960cb3

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

Shades of Dark Violet #960CB3

Tints of Dark Violet #960CB3

Color information

#960CB3 (or 0x960CB3) is unknown color: approx Dark Violet. HEX triplet: 96, 0C and B3. RGB value is (150,12,179). Sum of RGB (Red+Green+Blue) = 150+12+179=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #960CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CB3 is #69F34C. Grayscale: #474747. Windows color (decimal): -6943565 or 11734166. OLE color: 11734166.

HSL color Cylindrical-coordinate representation of color #960CB3: hue angle of 289.58º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960CB3 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15012179-
CMYK0.160.9300.30
HSL289.58º87.43%37.45%-
HSV(B)289.58º93.3%70.2%-
XYZ20.851043.48-
YUV72.3188.22183.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=43.99%
G=3.52%
B=52.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150121790.160.9300.30289.5887.4337.45
Hex96CB3105D01E1225725
Octal226142632013503644212745
Binary100101101100101100111000010111010111101001000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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