#99359C

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

Shades of Vivid Violet #99359C

Tints of Vivid Violet #99359C

Color information

#99359C (or 0x99359C) is unknown color: approx Vivid Violet. HEX triplet: 99, 35 and 9C. RGB value is (153,53,156). Sum of RGB (Red+Green+Blue) = 153+53+156=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #99359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99359C is #66CA63. Grayscale: #5E5E5E. Windows color (decimal): -6736484 or 10237337. OLE color: 10237337.

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

Color convert

RGB15353156-
CMYK0.020.6600.39
HSL298.25º49.28%40.98%-
HSV(B)298.25º66.03%61.18%-
XYZ20.4111.7232.64-
YUV94.64162.63169.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=42.27%
G=14.64%
B=43.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153531560.020.6600.39298.2549.2840.98
Hex99359C24202712a3129
Octal2316523421020474526151
Binary10011001110101100111001010000100100111100101010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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