#99127B

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

Shades of Dark Purple #99127B

Tints of Dark Purple #99127B

Color information

#99127B (or 0x99127B) is unknown color: approx Dark Purple. HEX triplet: 99, 12 and 7B. RGB value is (153,18,123). Sum of RGB (Red+Green+Blue) = 153+18+123=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99127B is #66ED84. Grayscale: #464646. Windows color (decimal): -6745477 or 8065689. OLE color: 8065689.

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

Color convert

RGB15318123-
CMYK00.880.200.4
HSL313.33º78.95%33.53%-
HSV(B)313.33º88.24%60%-
XYZ16.938.6319.51-
YUV70.34157.73186.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 18 (7.42% from 255) = 6.12%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=52.04%
G=6.12%
B=41.84%

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
Decimal1531812300.880.200.4313.3378.9533.53
Hex99127B05814281394f22
Octal231221730130245047111742
Binary1001100110010111101101011000101001010001001110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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