#962B83

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

Shades of Dark Purple #962B83

Tints of Dark Purple #962B83

Color information

#962B83 (or 0x962B83) is unknown color: approx Dark Purple. HEX triplet: 96, 2B and 83. RGB value is (150,43,131). Sum of RGB (Red+Green+Blue) = 150+43+131=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #962B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B83 is #69D47C. Grayscale: #545454. Windows color (decimal): -6935677 or 8596374. OLE color: 8596374.

HSL color Cylindrical-coordinate representation of color #962B83: hue angle of 310.65º 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 #962B83 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15043131-
CMYK00.710.130.41
HSL310.65º55.44%37.84%-
HSV(B)310.65º71.33%58.82%-
XYZ17.549.8522.45-
YUV85.02153.95174.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=46.30%
G=13.27%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504313100.710.130.41310.6555.4437.84
Hex962B83047D291373726
Octal22653203010715514676746
Binary1001011010101110000011010001111101101001100110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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