#954AA2

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

Shades of Violet Blue #954AA2

Tints of Violet Blue #954AA2

Color information

#954AA2 (or 0x954AA2) is unknown color: approx Violet Blue. HEX triplet: 95, 4A and A2. RGB value is (149,74,162). Sum of RGB (Red+Green+Blue) = 149+74+162=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #954AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AA2 is #6AB55D. Grayscale: #6A6A6A. Windows color (decimal): -6993246 or 10635925. OLE color: 10635925.

HSL color Cylindrical-coordinate representation of color #954AA2: hue angle of 291.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954AA2 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14974162-
CMYK0.080.5400.36
HSL291.14º37.29%46.27%-
HSV(B)291.14º54.32%63.53%-
XYZ21.3613.935.74-
YUV106.46159.35158.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=38.70%
G=19.22%
B=42.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149741620.080.5400.36291.1437.2946.27
Hex954AA2836024123252e
Octal22511224210660444434556
Binary1001010110010101010001010001101100100100100100011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,74,162); }

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

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

 a { background-color: rgb(149,74,162); }

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

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

 span { border-color: rgb(149,74,162); }

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