#99267A

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

Shades of Dark Purple #99267A

Tints of Dark Purple #99267A

Color information

#99267A (or 0x99267A) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 7A. RGB value is (153,38,122). Sum of RGB (Red+Green+Blue) = 153+38+122=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99267A is #66D985. Grayscale: #515151. Windows color (decimal): -6740358 or 8005273. OLE color: 8005273.

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

Color convert

RGB15338122-
CMYK00.750.200.4
HSL316.17º60.21%37.45%-
HSV(B)316.17º75.16%60%-
XYZ17.349.5619.34-
YUV81.96150.6178.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=48.88%
G=12.14%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533812200.750.200.4316.1760.2137.45
Hex99267A04B142813c3c25
Octal23146172011324504747445
Binary1001100110011011110100100101110100101000100111100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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