#983075

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

Shades of Dark Purple #983075

Tints of Dark Purple #983075

Color information

#983075 (or 0x983075) is unknown color: approx Dark Purple. HEX triplet: 98, 30 and 75. RGB value is (152,48,117). Sum of RGB (Red+Green+Blue) = 152+48+117=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #983075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983075 is #67CF8A. Grayscale: #565656. Windows color (decimal): -6803339 or 7680152. OLE color: 7680152.

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

Color convert

RGB15248117-
CMYK00.680.230.40
HSL320.19º52%39.22%-
HSV(B)320.19º68.42%59.61%-
XYZ17.2210.0717.87-
YUV86.96144.96174.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=47.95%
G=15.14%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524811700.680.230.40320.195239.22
Hex98307504417281403427
Octal23060165010427505006447
Binary1001100011000011101010100010010111101000101000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983075; }

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

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

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

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

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

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

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

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