#954990

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

Shades of Violet Blue #954990

Tints of Violet Blue #954990

Color information

#954990 (or 0x954990) is unknown color: approx Violet Blue. HEX triplet: 95, 49 and 90. RGB value is (149,73,144). Sum of RGB (Red+Green+Blue) = 149+73+144=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954990 is #6AB66F. Grayscale: #676767. Windows color (decimal): -6993520 or 9456021. OLE color: 9456021.

HSL color Cylindrical-coordinate representation of color #954990: hue angle of 303.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954990 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14973144-
CMYK00.510.030.42
HSL303.95º34.23%43.53%-
HSV(B)303.95º51.01%58.43%-
XYZ19.8113.1727.88-
YUV103.82150.68160.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=40.71%
G=19.95%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497314400.510.030.42303.9534.2343.53
Hex95499003332A130222c
Octal2251112200633524604254
Binary10010101100100110010000011001111101010100110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954990; }

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

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

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

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

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

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

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

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