#99268A

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

Shades of Dark Purple #99268A

Tints of Dark Purple #99268A

Color information

#99268A (or 0x99268A) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 8A. RGB value is (153,38,138). Sum of RGB (Red+Green+Blue) = 153+38+138=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99268A is #66D975. Grayscale: #535353. Windows color (decimal): -6740342 or 9053849. OLE color: 9053849.

HSL color Cylindrical-coordinate representation of color #99268A: hue angle of 307.83º 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 #99268A is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15338138-
CMYK00.750.100.4
HSL307.83º60.21%37.45%-
HSV(B)307.83º75.16%60%-
XYZ18.429.9925-
YUV83.78158.6177.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=46.50%
G=11.55%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533813800.750.100.4307.8360.2137.45
Hex99268A04BA281343c25
Octal23146212011312504647445
Binary1001100110011010001010010010111010101000100110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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