#982599

Color #982599 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #982599

Tints of Vivid Violet #982599

Color information

#982599 (or 0x982599) is unknown color: approx Vivid Violet. HEX triplet: 98, 25 and 99. RGB value is (152,37,153). Sum of RGB (Red+Green+Blue) = 152+37+153=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #982599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982599 is #67DA66. Grayscale: #545454. Windows color (decimal): -6806119 or 10036632. OLE color: 10036632.

HSL color Cylindrical-coordinate representation of color #982599: hue angle of 299.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982599 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15237153-
CMYK0.010.7600.4
HSL299.48º61.05%37.25%-
HSV(B)299.48º75.82%60%-
XYZ19.3610.331.1-
YUV84.61166.6176.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=44.44%
G=10.82%
B=44.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152371530.010.7600.4299.4861.0537.25
Hex98259914C02812b3d25
Octal2304523111140504537545
Binary1001100010010110011001110011000101000100101011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982599; }

 p { color: rgb(152,37,153); }

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

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

 a { background-color: rgb(152,37,153); }

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

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

 span { border-color: rgb(152,37,153); }

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