#954D90

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

Shades of Violet Blue #954D90

Tints of Violet Blue #954D90

Color information

#954D90 (or 0x954D90) is unknown color: approx Violet Blue. HEX triplet: 95, 4D and 90. RGB value is (149,77,144). Sum of RGB (Red+Green+Blue) = 149+77+144=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #954D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D90 is #6AB26F. Grayscale: #696969. Windows color (decimal): -6992496 or 9457045. OLE color: 9457045.

HSL color Cylindrical-coordinate representation of color #954D90: hue angle of 304.17º 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 #954D90 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14977144-
CMYK00.480.030.42
HSL304.17º31.86%44.31%-
HSV(B)304.17º48.32%58.43%-
XYZ20.0813.7127.97-
YUV106.17149.35158.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=40.27%
G=20.81%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497714400.480.030.42304.1731.8644.31
Hex954D9003032A130202c
Octal2251152200603524604054
Binary10010101100110110010000011000011101010100110000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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