#960B7B

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

Shades of Dark Purple #960B7B

Tints of Dark Purple #960B7B

Color information

#960B7B (or 0x960B7B) is unknown color: approx Dark Purple. HEX triplet: 96, 0B and 7B. RGB value is (150,11,123). Sum of RGB (Red+Green+Blue) = 150+11+123=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #960B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B7B is #69F484. Grayscale: #414141. Windows color (decimal): -6943877 or 8063894. OLE color: 8063894.

HSL color Cylindrical-coordinate representation of color #960B7B: hue angle of 311.65º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B7B is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15011123-
CMYK00.930.180.41
HSL311.65º86.34%31.57%-
HSV(B)311.65º92.67%58.82%-
XYZ16.278.1519.46-
YUV65.33160.55188.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 11 (4.69% from 255) = 3.87%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=52.82%
G=3.87%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501112300.930.180.41311.6586.3431.57
Hex96B7B05D12291385620
Octal226131730135225147012640
Binary100101101011111101101011101100101010011001110001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,11,123); }

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

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

 a { background-color: rgb(150,11,123); }

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

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

 span { border-color: rgb(150,11,123); }

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