#982496

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

Shades of Vivid Violet #982496

Tints of Vivid Violet #982496

Color information

#982496 (or 0x982496) is unknown color: approx Vivid Violet. HEX triplet: 98, 24 and 96. RGB value is (152,36,150). Sum of RGB (Red+Green+Blue) = 152+36+150=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #982496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982496 is #67DB69. Grayscale: #535353. Windows color (decimal): -6806378 or 9839768. OLE color: 9839768.

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

Color convert

RGB15236150-
CMYK00.760.010.40
HSL301.03º61.7%36.86%-
HSV(B)301.03º76.32%59.61%-
XYZ19.0810.1429.81-
YUV83.68165.43176.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=44.97%
G=10.65%
B=44.38%

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
Decimal1523615000.760.010.40301.0361.736.86
Hex98249604C12812d3e25
Octal2304422601141504557645
Binary1001100010010010010110010011001101000100101101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982496; }

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

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

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

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

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

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

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

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