#99349D

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

Shades of Vivid Violet #99349D

Tints of Vivid Violet #99349D

Color information

#99349D (or 0x99349D) is unknown color: approx Vivid Violet. HEX triplet: 99, 34 and 9D. RGB value is (153,52,157). Sum of RGB (Red+Green+Blue) = 153+52+157=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #99349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99349D is #66CB62. Grayscale: #5D5D5D. Windows color (decimal): -6736739 or 10302617. OLE color: 10302617.

HSL color Cylindrical-coordinate representation of color #99349D: hue angle of 297.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99349D is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15352157-
CMYK0.030.6700.38
HSL297.71º50.24%40.98%-
HSV(B)297.71º66.88%61.57%-
XYZ20.4511.6633.07-
YUV94.17163.46169.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=42.27%
G=14.36%
B=43.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153521570.030.6700.38297.7150.2440.98
Hex99349D34302612a3229
Octal2316423531030464526251
Binary10011001110100100111011110000110100110100101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99349D; }

 p { color: rgb(153,52,157); }

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

<style>
 a { background-color: #99349D; }

 a { background-color: rgb(153,52,157); }

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

<style>
 span { border-color: #99349D; }

 span { border-color: rgb(153,52,157); }

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