#982792

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

Shades of Dark Purple #982792

Tints of Dark Purple #982792

Color information

#982792 (or 0x982792) is unknown color: approx Dark Purple. HEX triplet: 98, 27 and 92. RGB value is (152,39,146). Sum of RGB (Red+Green+Blue) = 152+39+146=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #982792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982792 is #67D86D. Grayscale: #545454. Windows color (decimal): -6805614 or 9578392. OLE color: 9578392.

HSL color Cylindrical-coordinate representation of color #982792: hue angle of 303.19º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982792 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15239146-
CMYK00.740.040.40
HSL303.19º59.16%37.45%-
HSV(B)303.19º74.34%59.61%-
XYZ18.8610.228.17-
YUV84.98162.44175.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 39 (15.62% from 255) = 11.57%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=45.10%
G=11.57%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523914600.740.040.40303.1959.1637.45
Hex98279204A42812f3b25
Octal2304722201124504577345
Binary100110001001111001001001001010100101000100101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982792; }

 p { color: rgb(152,39,146); }

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

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

 a { background-color: rgb(152,39,146); }

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

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

 span { border-color: rgb(152,39,146); }

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