#982198

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

Shades of Vivid Violet #982198

Tints of Vivid Violet #982198

Color information

#982198 (or 0x982198) is unknown color: approx Vivid Violet. HEX triplet: 98, 21 and 98. RGB value is (152,33,152). Sum of RGB (Red+Green+Blue) = 152+33+152=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #982198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982198 is #67DE67. Grayscale: #515151. Windows color (decimal): -6807144 or 9970072. OLE color: 9970072.

HSL color Cylindrical-coordinate representation of color #982198: hue angle of 300º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982198 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15233152-
CMYK00.7800.40
HSL300º64.32%36.27%-
HSV(B)300º78.29%59.61%-
XYZ19.1610.0330.63-
YUV82.15167.42177.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=45.10%
G=9.79%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523315200.7800.4030064.3236.27
Hex98219804E02812c4024
Octal23041230011605045410044
Binary10011000100001100110000100111001010001001011001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982198; }

 p { color: rgb(152,33,152); }

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

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

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

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

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

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

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