#954D8C

Color #954D8C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #954D8C

Tints of Violet Blue #954D8C

Color information

#954D8C (or 0x954D8C) is unknown color: approx Violet Blue. HEX triplet: 95, 4D and 8C. RGB value is (149,77,140). Sum of RGB (Red+Green+Blue) = 149+77+140=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D8C is #6AB273. Grayscale: #696969. Windows color (decimal): -6992500 or 9194901. OLE color: 9194901.

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

Color convert

RGB14977140-
CMYK00.480.060.42
HSL307.5º31.86%44.31%-
HSV(B)307.5º48.32%58.43%-
XYZ19.7813.5926.39-
YUV105.71147.35158.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=40.71%
G=21.04%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497714000.480.060.42307.531.8644.31
Hex954D8C03062A134202c
Octal2251152140606524644054
Binary100101011001101100011000110000110101010100110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954D8C; }

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

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

<style>
 a { background-color: #954D8C; }

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

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

<style>
 span { border-color: #954D8C; }

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

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