#99127A

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

Shades of Dark Purple #99127A

Tints of Dark Purple #99127A

Color information

#99127A (or 0x99127A) is unknown color: approx Dark Purple. HEX triplet: 99, 12 and 7A. RGB value is (153,18,122). Sum of RGB (Red+Green+Blue) = 153+18+122=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #99127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99127A is #66ED85. Grayscale: #454545. Windows color (decimal): -6745478 or 8000153. OLE color: 8000153.

HSL color Cylindrical-coordinate representation of color #99127A: hue angle of 313.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99127A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15318122-
CMYK00.880.200.4
HSL313.78º78.95%33.53%-
HSV(B)313.78º88.24%60%-
XYZ16.878.6119.19-
YUV70.22157.23187.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=52.22%
G=6.14%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531812200.880.200.4313.7878.9533.53
Hex99127A058142813a4f22
Octal231221720130245047211742
Binary1001100110010111101001011000101001010001001110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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