#99359F

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

Shades of Vivid Violet #99359F

Tints of Vivid Violet #99359F

Color information

#99359F (or 0x99359F) is unknown color: approx Vivid Violet. HEX triplet: 99, 35 and 9F. RGB value is (153,53,159). Sum of RGB (Red+Green+Blue) = 153+53+159=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #99359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99359F is #66CA60. Grayscale: #5E5E5E. Windows color (decimal): -6736481 or 10433945. OLE color: 10433945.

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

Color convert

RGB15353159-
CMYK0.040.6700.38
HSL296.6º50%41.57%-
HSV(B)296.6º66.67%62.35%-
XYZ20.6711.8233.99-
YUV94.98164.13169.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=41.92%
G=14.52%
B=43.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153531590.040.6700.38296.65041.57
Hex99359F443026129322a
Octal2316523741030464516252
Binary100110011101011001111110010000110100110100101001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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