#953A8C

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

Shades of Vivid Violet #953A8C

Tints of Vivid Violet #953A8C

Color information

#953A8C (or 0x953A8C) is unknown color: approx Vivid Violet. HEX triplet: 95, 3A and 8C. RGB value is (149,58,140). Sum of RGB (Red+Green+Blue) = 149+58+140=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A8C is #6AC573. Grayscale: #5E5E5E. Windows color (decimal): -6997364 or 9190037. OLE color: 9190037.

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

Color convert

RGB14958140-
CMYK00.610.060.42
HSL305.93º43.96%40.59%-
HSV(B)305.93º61.07%58.43%-
XYZ18.6411.3126.01-
YUV94.56153.65166.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=42.94%
G=16.71%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495814000.610.060.42305.9343.9640.59
Hex953A8C03D62A1322c29
Octal225722140756524625451
Binary10010101111010100011000111101110101010100110010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,58,140); }

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

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

 a { background-color: rgb(149,58,140); }

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

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

 span { border-color: rgb(149,58,140); }

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