#99219B

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

Shades of Vivid Violet #99219B

Tints of Vivid Violet #99219B

Color information

#99219B (or 0x99219B) is unknown color: approx Vivid Violet. HEX triplet: 99, 21 and 9B. RGB value is (153,33,155). Sum of RGB (Red+Green+Blue) = 153+33+155=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #99219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99219B is #66DE64. Grayscale: #525252. Windows color (decimal): -6741605 or 10166681. OLE color: 10166681.

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

Color convert

RGB15333155-
CMYK0.010.7900.39
HSL299.02º64.89%36.86%-
HSV(B)299.02º78.71%60.78%-
XYZ19.610.2331.95-
YUV82.79168.76178.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 33 (13.28% from 255) = 9.68%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=44.87%
G=9.68%
B=45.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153331550.010.7900.39299.0264.8936.86
Hex99219B14F02712b4125
Octal23141233111704745310145
Binary10011001100001100110111100111101001111001010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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