#982497

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

Shades of Vivid Violet #982497

Tints of Vivid Violet #982497

Color information

#982497 (or 0x982497) is unknown color: approx Vivid Violet. HEX triplet: 98, 24 and 97. RGB value is (152,36,151). Sum of RGB (Red+Green+Blue) = 152+36+151=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #982497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982497 is #67DB68. Grayscale: #535353. Windows color (decimal): -6806377 or 9905304. OLE color: 9905304.

HSL color Cylindrical-coordinate representation of color #982497: hue angle of 300.52º degrees, saturation: 0.62, 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 #982497 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15236151-
CMYK00.760.010.40
HSL300.52º61.7%36.86%-
HSV(B)300.52º76.32%59.61%-
XYZ19.1710.1730.23-
YUV83.79165.93176.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=44.84%
G=10.62%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523615100.760.010.40300.5261.736.86
Hex98249704C12812d3e25
Octal2304422701141504557645
Binary1001100010010010010111010011001101000100101101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982497; }

 p { color: rgb(152,36,151); }

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

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

 a { background-color: rgb(152,36,151); }

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

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

 span { border-color: rgb(152,36,151); }

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