#99256D

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

Shades of Dark Purple #99256D

Tints of Dark Purple #99256D

Color information

#99256D (or 0x99256D) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 6D. RGB value is (153,37,109). Sum of RGB (Red+Green+Blue) = 153+37+109=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256D is #66DA92. Grayscale: #4F4F4F. Windows color (decimal): -6740627 or 7153049. OLE color: 7153049.

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

Color convert

RGB15337109-
CMYK00.760.290.4
HSL322.76º61.05%37.25%-
HSV(B)322.76º75.82%60%-
XYZ16.569.215.37-
YUV79.89144.43180.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=51.17%
G=12.37%
B=36.45%

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
Decimal1533710900.760.290.4322.7661.0537.25
Hex99256D04C1D281433d25
Octal23145155011435505037545
Binary1001100110010111011010100110011101101000101000011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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