#98219B

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

Shades of Vivid Violet #98219B

Tints of Vivid Violet #98219B

Color information

#98219B (or 0x98219B) is unknown color: approx Vivid Violet. HEX triplet: 98, 21 and 9B. RGB value is (152,33,155). Sum of RGB (Red+Green+Blue) = 152+33+155=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #98219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98219B is #67DE64. Grayscale: #525252. Windows color (decimal): -6807141 or 10166680. OLE color: 10166680.

HSL color Cylindrical-coordinate representation of color #98219B: hue angle of 298.52º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98219B is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15233155-
CMYK0.020.7900.39
HSL298.52º64.89%36.86%-
HSV(B)298.52º78.71%60.78%-
XYZ19.4110.1331.94-
YUV82.49168.92177.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=44.71%
G=9.71%
B=45.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152331550.020.7900.39298.5264.8936.86
Hex98219B24F02712b4125
Octal23041233211704745310145
Binary100110001000011001101110100111101001111001010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98219B; }

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

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

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

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

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

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

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

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