#962F8C

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

Shades of Dark Purple #962F8C

Tints of Dark Purple #962F8C

Color information

#962F8C (or 0x962F8C) is unknown color: approx Dark Purple. HEX triplet: 96, 2F and 8C. RGB value is (150,47,140). Sum of RGB (Red+Green+Blue) = 150+47+140=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #962F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962F8C is #69D073. Grayscale: #585858. Windows color (decimal): -6934644 or 9187222. OLE color: 9187222.

HSL color Cylindrical-coordinate representation of color #962F8C: hue angle of 305.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F8C is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15047140-
CMYK00.690.070.41
HSL305.83º52.28%38.63%-
HSV(B)305.83º68.67%58.82%-
XYZ18.3310.4125.85-
YUV88.4157.12171.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=44.51%
G=13.95%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504714000.690.070.41305.8352.2838.63
Hex962F8C0457291323427
Octal2265721401057514626447
Binary100101101011111000110001000101111101001100110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,140); }

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

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

 a { background-color: rgb(150,47,140); }

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

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

 span { border-color: rgb(150,47,140); }

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