#99256c

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

Shades of Dark Purple #99256C

Tints of Dark Purple #99256C

Color information

#99256C (or 0x99256C) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 6C. RGB value is (153,37,108). Sum of RGB (Red+Green+Blue) = 153+37+108=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256C is #66DA93. Grayscale: #4F4F4F. Windows color (decimal): -6740628 or 7087513. OLE color: 7087513.

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

Color convert

RGB15337108-
CMYK00.760.290.4
HSL323.28º61.05%37.25%-
HSV(B)323.28º75.82%60%-
XYZ16.519.1815.09-
YUV79.78143.93180.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 37 (14.84% from 255) = 12.42%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=51.34%
G=12.42%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533710800.760.290.4323.2861.0537.25
Hex99256C04C1D281433d25
Octal23145154011435505037545
Binary1001100110010111011000100110011101101000101000011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99256c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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