#983185

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

Shades of Dark Purple #983185

Tints of Dark Purple #983185

Color information

#983185 (or 0x983185) is unknown color: approx Dark Purple. HEX triplet: 98, 31 and 85. RGB value is (152,49,133). Sum of RGB (Red+Green+Blue) = 152+49+133=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983185 is #67CE7A. Grayscale: #595959. Windows color (decimal): -6803067 or 8728984. OLE color: 8728984.

HSL color Cylindrical-coordinate representation of color #983185: hue angle of 311.07º degrees, saturation: 0.51, 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 #983185 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15249133-
CMYK00.680.130.40
HSL311.07º51.24%39.41%-
HSV(B)311.07º67.76%59.61%-
XYZ18.2810.5723.27-
YUV89.37152.62172.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=45.51%
G=14.67%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524913300.680.130.40311.0751.2439.41
Hex983185044D281373327
Octal23061205010415504676347
Binary1001100011000110000101010001001101101000100110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983185; }

 p { color: rgb(152,49,133); }

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

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

 a { background-color: rgb(152,49,133); }

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

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

 span { border-color: rgb(152,49,133); }

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