#99369C

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

Shades of Vivid Violet #99369C

Tints of Vivid Violet #99369C

Color information

#99369C (or 0x99369C) is unknown color: approx Vivid Violet. HEX triplet: 99, 36 and 9C. RGB value is (153,54,156). Sum of RGB (Red+Green+Blue) = 153+54+156=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #99369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99369C is #66C963. Grayscale: #5E5E5E. Windows color (decimal): -6736228 or 10237593. OLE color: 10237593.

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

Color convert

RGB15354156-
CMYK0.020.6500.39
HSL298.24º48.57%41.18%-
HSV(B)298.24º65.38%61.18%-
XYZ20.4611.8132.65-
YUV95.23162.3169.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 54 (21.48% from 255) = 14.88%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=42.15%
G=14.88%
B=42.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153541560.020.6500.39298.2448.5741.18
Hex99369C24102712a3129
Octal2316623421010474526151
Binary10011001110110100111001010000010100111100101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99369C; }

 p { color: rgb(153,54,156); }

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

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

 a { background-color: rgb(153,54,156); }

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

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

 span { border-color: rgb(153,54,156); }

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