#945AA0

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

Shades of Violet Blue #945AA0

Tints of Violet Blue #945AA0

Color information

#945AA0 (or 0x945AA0) is unknown color: approx Violet Blue. HEX triplet: 94, 5A and A0. RGB value is (148,90,160). Sum of RGB (Red+Green+Blue) = 148+90+160=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #945AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AA0 is #6BA55F. Grayscale: #737373. Windows color (decimal): -7054688 or 10508948. OLE color: 10508948.

HSL color Cylindrical-coordinate representation of color #945AA0: hue angle of 289.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945AA0 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14890160-
CMYK0.070.4400.37
HSL289.71º28%49.02%-
HSV(B)289.71º43.75%62.75%-
XYZ22.2116.1535.2-
YUV115.32153.22151.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=37.19%
G=22.61%
B=40.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148901600.070.4400.37289.712849.02
Hex945AA072C0251221c31
Octal2241322407540454423461
Binary10010100101101010100000111101100010010110010001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945AA0; }

 p { color: rgb(148,90,160); }

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

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

 a { background-color: rgb(148,90,160); }

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

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

 span { border-color: rgb(148,90,160); }

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