#96258A

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

Shades of Dark Purple #96258A

Tints of Dark Purple #96258A

Color information

#96258A (or 0x96258A) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 8A. RGB value is (150,37,138). Sum of RGB (Red+Green+Blue) = 150+37+138=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96258A is #69DA75. Grayscale: #525252. Windows color (decimal): -6937206 or 9053590. OLE color: 9053590.

HSL color Cylindrical-coordinate representation of color #96258A: hue angle of 306.37º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96258A is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15037138-
CMYK00.750.080.41
HSL306.37º60.43%36.67%-
HSV(B)306.37º75.33%58.82%-
XYZ17.839.6424.97-
YUV82.3159.44176.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 37 (14.84% from 255) = 11.38%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=46.15%
G=11.38%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503713800.750.080.41306.3760.4336.67
Hex96258A04B8291323c25
Octal22645212011310514627445
Binary1001011010010110001010010010111000101001100110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,37,138); }

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

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

 a { background-color: rgb(150,37,138); }

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

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

 span { border-color: rgb(150,37,138); }

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