#953999

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

Shades of Vivid Violet #953999

Tints of Vivid Violet #953999

Color information

#953999 (or 0x953999) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and 99. RGB value is (149,57,153). Sum of RGB (Red+Green+Blue) = 149+57+153=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #953999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953999 is #6AC666. Grayscale: #5F5F5F. Windows color (decimal): -6997607 or 10041749. OLE color: 10041749.

HSL color Cylindrical-coordinate representation of color #953999: hue angle of 297.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953999 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14957153-
CMYK0.030.6300.4
HSL297.5º45.71%41.18%-
HSV(B)297.5º62.75%60%-
XYZ19.6111.6231.35-
YUV95.45160.48166.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=41.50%
G=15.88%
B=42.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149571530.030.6300.4297.545.7141.18
Hex95399933F02812a2e29
Octal225712313770504525651
Binary1001010111100110011001111111110101000100101010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953999; }

 p { color: rgb(149,57,153); }

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

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

 a { background-color: rgb(149,57,153); }

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

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

 span { border-color: rgb(149,57,153); }

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