#953D99

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

Shades of Vivid Violet #953D99

Tints of Vivid Violet #953D99

Color information

#953D99 (or 0x953D99) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 99. RGB value is (149,61,153). Sum of RGB (Red+Green+Blue) = 149+61+153=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #953D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D99 is #6AC266. Grayscale: #616161. Windows color (decimal): -6996583 or 10042773. OLE color: 10042773.

HSL color Cylindrical-coordinate representation of color #953D99: hue angle of 297.39º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953D99 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14961153-
CMYK0.030.6000.4
HSL297.39º42.99%41.96%-
HSV(B)297.39º60.13%60%-
XYZ19.8112.0331.41-
YUV97.8159.15164.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=41.05%
G=16.80%
B=42.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149611530.030.6000.4297.3942.9941.96
Hex953D9933C0281292b2a
Octal225752313740504515352
Binary1001010111110110011001111111000101000100101001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953D99; }

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

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

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

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

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

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

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

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