#962B8E

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

Shades of Dark Purple #962B8E

Tints of Dark Purple #962B8E

Color information

#962B8E (or 0x962B8E) is unknown color: approx Dark Purple. HEX triplet: 96, 2B and 8E. RGB value is (150,43,142). Sum of RGB (Red+Green+Blue) = 150+43+142=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #962B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B8E is #69D471. Grayscale: #555555. Windows color (decimal): -6935666 or 9317270. OLE color: 9317270.

HSL color Cylindrical-coordinate representation of color #962B8E: hue angle of 304.49º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B8E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15043142-
CMYK00.710.050.41
HSL304.49º55.44%37.84%-
HSV(B)304.49º71.33%58.82%-
XYZ18.3210.1626.59-
YUV86.28159.45173.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 43 (17.19% from 255) = 12.84%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=44.78%
G=12.84%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504314200.710.050.41304.4955.4437.84
Hex962B8E0475291303726
Octal2265321601075514606746
Binary100101101010111000111001000111101101001100110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962B8E; }

 p { color: rgb(150,43,142); }

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

<style>
 a { background-color: #962B8E; }

 a { background-color: rgb(150,43,142); }

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

<style>
 span { border-color: #962B8E; }

 span { border-color: rgb(150,43,142); }

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