#99227F

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

Shades of Dark Purple #99227F

Tints of Dark Purple #99227F

Color information

#99227F (or 0x99227F) is unknown color: approx Dark Purple. HEX triplet: 99, 22 and 7F. RGB value is (153,34,127). Sum of RGB (Red+Green+Blue) = 153+34+127=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99227F is #66DD80. Grayscale: #4F4F4F. Windows color (decimal): -6741377 or 8331929. OLE color: 8331929.

HSL color Cylindrical-coordinate representation of color #99227F: hue angle of 313.11º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99227F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15334127-
CMYK00.780.170.4
HSL313.11º63.64%36.67%-
HSV(B)313.11º77.78%60%-
XYZ17.549.4520.98-
YUV80.18154.42179.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 127 (50% from 255) = 40.45%
R=48.73%
G=10.83%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533412700.780.170.4313.1163.6436.67
Hex99227F04E11281394025
Octal231421770116215047110045
Binary10011001100010111111101001110100011010001001110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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