#97219B

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

Shades of Vivid Violet #97219B

Tints of Vivid Violet #97219B

Color information

#97219B (or 0x97219B) is unknown color: approx Vivid Violet. HEX triplet: 97, 21 and 9B. RGB value is (151,33,155). Sum of RGB (Red+Green+Blue) = 151+33+155=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #97219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97219B is #68DE64. Grayscale: #515151. Windows color (decimal): -6872677 or 10166679. OLE color: 10166679.

HSL color Cylindrical-coordinate representation of color #97219B: hue angle of 298.03º 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 #97219B is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15133155-
CMYK0.030.7900.39
HSL298.03º64.89%36.86%-
HSV(B)298.03º78.71%60.78%-
XYZ19.2210.0331.93-
YUV82.19169.09177.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=44.54%
G=9.73%
B=45.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151331550.030.7900.39298.0364.8936.86
Hex97219B34F02712a4125
Octal22741233311704745210145
Binary100101111000011001101111100111101001111001010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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