#99268F

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

Shades of Dark Purple #99268F

Tints of Dark Purple #99268F

Color information

#99268F (or 0x99268F) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 8F. RGB value is (153,38,143). Sum of RGB (Red+Green+Blue) = 153+38+143=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99268F is #66D970. Grayscale: #545454. Windows color (decimal): -6740337 or 9381529. OLE color: 9381529.

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

Color convert

RGB15338143-
CMYK00.750.070.4
HSL305.22º60.21%37.45%-
HSV(B)305.22º75.16%60%-
XYZ18.7910.1426.95-
YUV84.35161.1176.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=45.81%
G=11.38%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533814300.750.070.4305.2260.2137.45
Hex99268F04B7281313c25
Octal2314621701137504617445
Binary100110011001101000111101001011111101000100110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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