#953D91

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

Shades of Vivid Violet #953D91

Tints of Vivid Violet #953D91

Color information

#953D91 (or 0x953D91) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 91. RGB value is (149,61,145). Sum of RGB (Red+Green+Blue) = 149+61+145=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #953D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D91 is #6AC26E. Grayscale: #606060. Windows color (decimal): -6996591 or 9518485. OLE color: 9518485.

HSL color Cylindrical-coordinate representation of color #953D91: hue angle of 302.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #953D91 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14961145-
CMYK00.590.030.42
HSL302.73º41.9%41.18%-
HSV(B)302.73º59.06%58.43%-
XYZ19.1711.7728.05-
YUV96.89155.15165.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=41.97%
G=17.18%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496114500.590.030.42302.7341.941.18
Hex953D9103B32A12f2a29
Octal225752210733524575251
Binary1001010111110110010001011101111101010100101111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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