#954D9D

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

Shades of Violet Blue #954D9D

Tints of Violet Blue #954D9D

Color information

#954D9D (or 0x954D9D) is unknown color: approx Violet Blue. HEX triplet: 95, 4D and 9D. RGB value is (149,77,157). Sum of RGB (Red+Green+Blue) = 149+77+157=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #954D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D9D is #6AB262. Grayscale: #6B6B6B. Windows color (decimal): -6992483 or 10309013. OLE color: 10309013.

HSL color Cylindrical-coordinate representation of color #954D9D: hue angle of 294º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954D9D is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14977157-
CMYK0.050.5100.38
HSL294º34.19%45.88%-
HSV(B)294º50.96%61.57%-
XYZ21.1314.1333.51-
YUV107.65155.85157.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 77 (30.47% from 255) = 20.10%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=38.90%
G=20.10%
B=40.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149771570.050.5100.3829434.1945.88
Hex954D9D533026126222e
Octal2251152355630464464256
Binary100101011001101100111011011100110100110100100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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