#953D9C

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

Shades of Vivid Violet #953D9C

Tints of Vivid Violet #953D9C

Color information

#953D9C (or 0x953D9C) is unknown color: approx Vivid Violet. HEX triplet: 95, 3D and 9C. RGB value is (149,61,156). Sum of RGB (Red+Green+Blue) = 149+61+156=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #953D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D9C is #6AC263. Grayscale: #616161. Windows color (decimal): -6996580 or 10239381. OLE color: 10239381.

HSL color Cylindrical-coordinate representation of color #953D9C: hue angle of 295.58º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953D9C is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14961156-
CMYK0.040.6100.39
HSL295.58º43.78%42.55%-
HSV(B)295.58º60.9%61.18%-
XYZ20.0612.1332.74-
YUV98.14160.65164.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=40.71%
G=16.67%
B=42.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149611560.040.6100.39295.5843.7842.55
Hex953D9C43D0271282c2b
Octal225752344750474505453
Binary10010101111101100111001001111010100111100101000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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