#954C8C

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

Shades of Violet Blue #954C8C

Tints of Violet Blue #954C8C

Color information

#954C8C (or 0x954C8C) is unknown color: approx Violet Blue. HEX triplet: 95, 4C and 8C. RGB value is (149,76,140). Sum of RGB (Red+Green+Blue) = 149+76+140=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #954C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C8C is #6AB373. Grayscale: #686868. Windows color (decimal): -6992756 or 9194645. OLE color: 9194645.

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

Color convert

RGB14976140-
CMYK00.490.060.42
HSL307.4º32.44%44.12%-
HSV(B)307.4º48.99%58.43%-
XYZ19.7113.4526.37-
YUV105.12147.68159.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=40.82%
G=20.82%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497614000.490.060.42307.432.4444.12
Hex954C8C03162A133202c
Octal2251142140616524634054
Binary100101011001100100011000110001110101010100110011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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