#982375

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

Shades of Dark Purple #982375

Tints of Dark Purple #982375

Color information

#982375 (or 0x982375) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 75. RGB value is (152,35,117). Sum of RGB (Red+Green+Blue) = 152+35+117=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982375 is #67DC8A. Grayscale: #4F4F4F. Windows color (decimal): -6806667 or 7676824. OLE color: 7676824.

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

Color convert

RGB15235117-
CMYK00.770.230.40
HSL317.95º62.57%36.67%-
HSV(B)317.95º76.97%59.61%-
XYZ16.769.1617.71-
YUV79.33149.26179.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=50%
G=11.51%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523511700.770.230.40317.9562.5736.67
Hex98237504D172813e3f25
Octal23043165011527504767745
Binary1001100010001111101010100110110111101000100111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982375; }

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

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

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

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

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

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

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

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