#99258B

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

Shades of Dark Purple #99258B

Tints of Dark Purple #99258B

Color information

#99258B (or 0x99258B) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 8B. RGB value is (153,37,139). Sum of RGB (Red+Green+Blue) = 153+37+139=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99258B is #66DA74. Grayscale: #535353. Windows color (decimal): -6740597 or 9119129. OLE color: 9119129.

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

Color convert

RGB15337139-
CMYK00.760.090.4
HSL307.24º61.05%37.25%-
HSV(B)307.24º75.82%60%-
XYZ18.469.9625.38-
YUV83.31159.43177.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=46.50%
G=11.25%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533713900.760.090.4307.2461.0537.25
Hex99258B04C9281333d25
Octal23145213011411504637545
Binary1001100110010110001011010011001001101000100110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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