#99267F

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

Shades of Dark Purple #99267F

Tints of Dark Purple #99267F

Color information

#99267F (or 0x99267F) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 7F. RGB value is (153,38,127). Sum of RGB (Red+Green+Blue) = 153+38+127=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99267F is #66D980. Grayscale: #525252. Windows color (decimal): -6740353 or 8332953. OLE color: 8332953.

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

Color convert

RGB15338127-
CMYK00.750.170.4
HSL313.57º60.21%37.45%-
HSV(B)313.57º75.16%60%-
XYZ17.669.6921.02-
YUV82.53153.1178.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 127 (50% from 255) = 39.94%
R=48.11%
G=11.95%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533812700.750.170.4313.5760.2137.45
Hex99267F04B112813a3c25
Octal23146177011321504727445
Binary1001100110011011111110100101110001101000100111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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