#992694

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

Shades of Dark Purple #992694

Tints of Dark Purple #992694

Color information

#992694 (or 0x992694) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 94. RGB value is (153,38,148). Sum of RGB (Red+Green+Blue) = 153+38+148=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #992694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992694 is #66D96B. Grayscale: #545454. Windows color (decimal): -6740332 or 9709209. OLE color: 9709209.

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

Color convert

RGB15338148-
CMYK00.750.030.4
HSL302.61º60.21%37.45%-
HSV(B)302.61º75.16%60%-
XYZ19.1810.328.99-
YUV84.92163.6176.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=45.13%
G=11.21%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533814800.750.030.4302.6160.2137.45
Hex99269404B32812f3c25
Octal2314622401133504577445
Binary10011001100110100101000100101111101000100101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992694; }

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

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

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

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

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

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

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

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