#96258B

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

Shades of Dark Purple #96258B

Tints of Dark Purple #96258B

Color information

#96258B (or 0x96258B) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 8B. RGB value is (150,37,139). Sum of RGB (Red+Green+Blue) = 150+37+139=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96258B is #69DA74. Grayscale: #525252. Windows color (decimal): -6937205 or 9119126. OLE color: 9119126.

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

Color convert

RGB15037139-
CMYK00.750.070.41
HSL305.84º60.43%36.67%-
HSV(B)305.84º75.33%58.82%-
XYZ17.99.6725.35-
YUV82.42159.94176.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=46.01%
G=11.35%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503713900.750.070.41305.8460.4336.67
Hex96258B04B7291323c25
Octal2264521301137514627445
Binary100101101001011000101101001011111101001100110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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