#99268C

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

Shades of Dark Purple #99268C

Tints of Dark Purple #99268C

Color information

#99268C (or 0x99268C) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 8C. RGB value is (153,38,140). Sum of RGB (Red+Green+Blue) = 153+38+140=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99268C is #66D973. Grayscale: #535353. Windows color (decimal): -6740340 or 9184921. OLE color: 9184921.

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

Color convert

RGB15338140-
CMYK00.750.080.4
HSL306.78º60.21%37.45%-
HSV(B)306.78º75.16%60%-
XYZ18.5610.0525.77-
YUV84.01159.6177.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 38 (15.23% from 255) = 11.48%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=46.22%
G=11.48%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533814000.750.080.4306.7860.2137.45
Hex99268C04B8281333c25
Octal23146214011310504637445
Binary1001100110011010001100010010111000101000100110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99268C; }

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

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

<style>
 a { background-color: #99268C; }

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

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

<style>
 span { border-color: #99268C; }

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

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