#992685

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

Shades of Dark Purple #992685

Tints of Dark Purple #992685

Color information

#992685 (or 0x992685) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 85. RGB value is (153,38,133). Sum of RGB (Red+Green+Blue) = 153+38+133=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #992685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992685 is #66D97A. Grayscale: #525252. Windows color (decimal): -6740347 or 8726169. OLE color: 8726169.

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

Color convert

RGB15338133-
CMYK00.750.130.4
HSL310.43º60.21%37.45%-
HSV(B)310.43º75.16%60%-
XYZ18.069.8523.14-
YUV83.22156.1177.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=47.22%
G=11.73%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533813300.750.130.4310.4360.2137.45
Hex99268504BD281363c25
Octal23146205011315504667445
Binary1001100110011010000101010010111101101000100110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992685; }

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

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

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

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

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

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

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

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