#953D90

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

Shades of Vivid Violet #953D90

Tints of Vivid Violet #953D90

Color information

#953D90 (or 0x953D90) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 90. RGB value is (149,61,144). Sum of RGB (Red+Green+Blue) = 149+61+144=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #953D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D90 is #6AC26F. Grayscale: #606060. Windows color (decimal): -6996592 or 9452949. OLE color: 9452949.

HSL color Cylindrical-coordinate representation of color #953D90: hue angle of 303.41º 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 #953D90 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14961144-
CMYK00.590.030.42
HSL303.41º41.9%41.18%-
HSV(B)303.41º59.06%58.43%-
XYZ19.111.7427.65-
YUV96.77154.65165.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=42.09%
G=17.23%
B=40.68%

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
Decimal1496114400.590.030.42303.4141.941.18
Hex953D9003B32A12f2a29
Octal225752200733524575251
Binary1001010111110110010000011101111101010100101111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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