#96237A

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

Shades of Dark Purple #96237A

Tints of Dark Purple #96237A

Color information

#96237A (or 0x96237A) is unknown color: approx Dark Purple. HEX triplet: 96, 23 and 7A. RGB value is (150,35,122). Sum of RGB (Red+Green+Blue) = 150+35+122=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96237A is #69DC85. Grayscale: #4F4F4F. Windows color (decimal): -6937734 or 8004502. OLE color: 8004502.

HSL color Cylindrical-coordinate representation of color #96237A: hue angle of 314.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96237A is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15035122-
CMYK00.770.190.41
HSL314.61º62.16%36.27%-
HSV(B)314.61º76.67%58.82%-
XYZ16.699.0919.29-
YUV79.3152.1178.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=48.86%
G=11.40%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503512200.770.190.41314.6162.1636.27
Hex96237A04D132913b3e24
Octal22643172011523514737644
Binary1001011010001111110100100110110011101001100111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96237A; }

 p { color: rgb(150,35,122); }

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

<style>
 a { background-color: #96237A; }

 a { background-color: rgb(150,35,122); }

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

<style>
 span { border-color: #96237A; }

 span { border-color: rgb(150,35,122); }

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