#962B6E

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

Shades of Dark Purple #962B6E

Tints of Dark Purple #962B6E

Color information

#962B6E (or 0x962B6E) is unknown color: approx Dark Purple. HEX triplet: 96, 2B and 6E. RGB value is (150,43,110). Sum of RGB (Red+Green+Blue) = 150+43+110=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B6E is #69D491. Grayscale: #525252. Windows color (decimal): -6935698 or 7220118. OLE color: 7220118.

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

Color convert

RGB15043110-
CMYK00.710.270.41
HSL322.43º55.44%37.84%-
HSV(B)322.43º71.33%58.82%-
XYZ16.269.3415.7-
YUV82.63143.45176.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=49.50%
G=14.19%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504311000.710.270.41322.4355.4437.84
Hex962B6E0471B291423726
Octal22653156010733515026746
Binary1001011010101111011100100011111011101001101000010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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