#953D8A

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

Shades of Vivid Violet #953D8A

Tints of Vivid Violet #953D8A

Color information

#953D8A (or 0x953D8A) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 8A. RGB value is (149,61,138). Sum of RGB (Red+Green+Blue) = 149+61+138=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #953D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D8A is #6AC275. Grayscale: #5F5F5F. Windows color (decimal): -6996598 or 9059733. OLE color: 9059733.

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

Color convert

RGB14961138-
CMYK00.590.070.42
HSL307.5º41.9%41.18%-
HSV(B)307.5º59.06%58.43%-
XYZ18.6511.5625.29-
YUV96.09151.65165.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 61 (24.22% from 255) = 17.53%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=42.82%
G=17.53%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496113800.590.070.42307.541.941.18
Hex953D8A03B72A1342a29
Octal225752120737524645251
Binary10010101111101100010100111011111101010100110100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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