#945AA4

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

Shades of Violet Blue #945AA4

Tints of Violet Blue #945AA4

Color information

#945AA4 (or 0x945AA4) is unknown color: approx Violet Blue. HEX triplet: 94, 5A and A4. RGB value is (148,90,164). Sum of RGB (Red+Green+Blue) = 148+90+164=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #945AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945AA4 is #6BA55B. Grayscale: #737373. Windows color (decimal): -7054684 or 10771092. OLE color: 10771092.

HSL color Cylindrical-coordinate representation of color #945AA4: hue angle of 287.03º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945AA4 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14890164-
CMYK0.100.4500.36
HSL287.03º29.13%49.8%-
HSV(B)287.03º45.12%64.31%-
XYZ22.5716.2937.08-
YUV115.78155.22150.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=36.82%
G=22.39%
B=40.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148901640.100.4500.36287.0329.1349.8
Hex945AA4A2D02411f1d32
Octal22413224412550444373562
Binary100101001011010101001001010101101010010010001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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