#982175

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

Shades of Dark Purple #982175

Tints of Dark Purple #982175

Color information

#982175 (or 0x982175) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 75. RGB value is (152,33,117). Sum of RGB (Red+Green+Blue) = 152+33+117=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #982175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982175 is #67DE8A. Grayscale: #4D4D4D. Windows color (decimal): -6807179 or 7676312. OLE color: 7676312.

HSL color Cylindrical-coordinate representation of color #982175: hue angle of 317.65º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982175 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15233117-
CMYK00.780.230.40
HSL317.65º64.32%36.27%-
HSV(B)317.65º78.29%59.61%-
XYZ16.79.0517.7-
YUV78.16149.92180.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=50.33%
G=10.93%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523311700.780.230.40317.6564.3236.27
Hex98217504E172813e4024
Octal230411650116275047610044
Binary10011000100001111010101001110101111010001001111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982175; }

 p { color: rgb(152,33,117); }

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

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

 a { background-color: rgb(152,33,117); }

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

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

 span { border-color: rgb(152,33,117); }

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