#96247B

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

Shades of Dark Purple #96247B

Tints of Dark Purple #96247B

Color information

#96247B (or 0x96247B) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 7B. RGB value is (150,36,123). Sum of RGB (Red+Green+Blue) = 150+36+123=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96247B is #69DB84. Grayscale: #4F4F4F. Windows color (decimal): -6937477 or 8070294. OLE color: 8070294.

HSL color Cylindrical-coordinate representation of color #96247B: hue angle of 314.21º 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 #96247B is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15036123-
CMYK00.760.180.41
HSL314.21º61.29%36.47%-
HSV(B)314.21º76%58.82%-
XYZ16.789.1819.63-
YUV80152.27177.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 36 (14.45% from 255) = 11.65%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=48.54%
G=11.65%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503612300.760.180.41314.2161.2936.47
Hex96247B04C122913a3d24
Octal22644173011422514727544
Binary1001011010010011110110100110010010101001100111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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