#96247C

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

Shades of Dark Purple #96247C

Tints of Dark Purple #96247C

Color information

#96247C (or 0x96247C) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 7C. RGB value is (150,36,124). Sum of RGB (Red+Green+Blue) = 150+36+124=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247C is #69DB83. Grayscale: #4F4F4F. Windows color (decimal): -6937476 or 8135830. OLE color: 8135830.

HSL color Cylindrical-coordinate representation of color #96247C: hue angle of 313.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96247C is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15036124-
CMYK00.760.170.41
HSL313.68º61.29%36.47%-
HSV(B)313.68º76%58.82%-
XYZ16.859.219.96-
YUV80.12152.77177.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 124 (48.83% from 255) = 40%
R=48.39%
G=11.61%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503612400.760.170.41313.6861.2936.47
Hex96247C04C112913a3d24
Octal22644174011421514727544
Binary1001011010010011111000100110010001101001100111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96247C; }

 p { color: rgb(150,36,124); }

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

<style>
 a { background-color: #96247C; }

 a { background-color: rgb(150,36,124); }

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

<style>
 span { border-color: #96247C; }

 span { border-color: rgb(150,36,124); }

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