#962B8F

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

Shades of Dark Purple #962B8F

Tints of Dark Purple #962B8F

Color information

#962B8F (or 0x962B8F) is unknown color: approx Dark Purple. HEX triplet: 96, 2B and 8F. RGB value is (150,43,143). Sum of RGB (Red+Green+Blue) = 150+43+143=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B8F is #69D470. Grayscale: #565656. Windows color (decimal): -6935665 or 9382806. OLE color: 9382806.

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

Color convert

RGB15043143-
CMYK00.710.050.41
HSL303.93º55.44%37.84%-
HSV(B)303.93º71.33%58.82%-
XYZ18.410.1926.98-
YUV86.39159.95173.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 43 (17.19% from 255) = 12.80%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=44.64%
G=12.80%
B=42.56%

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
Decimal1504314300.710.050.41303.9355.4437.84
Hex962B8F0475291303726
Octal2265321701075514606746
Binary100101101010111000111101000111101101001100110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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