#99258c

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

Shades of Dark Purple #99258C

Tints of Dark Purple #99258C

Color information

#99258C (or 0x99258C) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 8C. RGB value is (153,37,140). Sum of RGB (Red+Green+Blue) = 153+37+140=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99258C is #66DA73. Grayscale: #535353. Windows color (decimal): -6740596 or 9184665. OLE color: 9184665.

HSL color Cylindrical-coordinate representation of color #99258C: hue angle of 306.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99258C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB15337140-
CMYK00.760.080.4
HSL306.72º61.05%37.25%-
HSV(B)306.72º75.82%60%-
XYZ18.539.9925.76-
YUV83.43159.93177.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 37 (14.84% from 255) = 11.21%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=46.36%
G=11.21%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533714000.760.080.4306.7261.0537.25
Hex99258C04C8281333d25
Octal23145214011410504637545
Binary1001100110010110001100010011001000101000100110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99258c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99258c; }

 p { color: rgb(153,37,140); }

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

<style>
 a { background-color: #99258c; }

 a { background-color: rgb(153,37,140); }

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

<style>
 span { border-color: #99258c; }

 span { border-color: rgb(153,37,140); }

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