#9459A4

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

Shades of Violet Blue #9459A4

Tints of Violet Blue #9459A4

Color information

#9459A4 (or 0x9459A4) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and A4. RGB value is (148,89,164). Sum of RGB (Red+Green+Blue) = 148+89+164=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #9459A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9459A4 is #6BA65B. Grayscale: #727272. Windows color (decimal): -7054940 or 10770836. OLE color: 10770836.

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

Color convert

RGB14889164-
CMYK0.100.4600.36
HSL287.2º29.64%49.61%-
HSV(B)287.2º45.73%64.31%-
XYZ22.4916.1237.05-
YUV115.19155.55151.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=36.91%
G=22.19%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148891640.100.4600.36287.229.6449.61
Hex9459A4A2E02411f1e32
Octal22413124412560444373662
Binary100101001011001101001001010101110010010010001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9459A4; }

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

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

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

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

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

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

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

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