#953D8B

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

Shades of Vivid Violet #953D8B

Tints of Vivid Violet #953D8B

Color information

#953D8B (or 0x953D8B) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 8B. RGB value is (149,61,139). Sum of RGB (Red+Green+Blue) = 149+61+139=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #953D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D8B is #6AC274. Grayscale: #5F5F5F. Windows color (decimal): -6996597 or 9125269. OLE color: 9125269.

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

Color convert

RGB14961139-
CMYK00.590.070.42
HSL306.82º41.9%41.18%-
HSV(B)306.82º59.06%58.43%-
XYZ18.7211.5925.68-
YUV96.2152.15165.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=42.69%
G=17.48%
B=39.83%

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
Decimal1496113900.590.070.42306.8241.941.18
Hex953D8B03B72A1332a29
Octal225752130737524635251
Binary10010101111101100010110111011111101010100110011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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