#99267D

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

Shades of Dark Purple #99267D

Tints of Dark Purple #99267D

Color information

#99267D (or 0x99267D) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 7D. RGB value is (153,38,125). Sum of RGB (Red+Green+Blue) = 153+38+125=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99267D is #66D982. Grayscale: #525252. Windows color (decimal): -6740355 or 8201881. OLE color: 8201881.

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

Color convert

RGB15338125-
CMYK00.750.180.4
HSL314.61º60.21%37.45%-
HSV(B)314.61º75.16%60%-
XYZ17.539.6420.34-
YUV82.3152.1178.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=48.42%
G=12.03%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533812500.750.180.4314.6160.2137.45
Hex99267D04B122813b3c25
Octal23146175011322504737445
Binary1001100110011011111010100101110010101000100111011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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