#914E9A

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

Shades of Violet Blue #914E9A

Tints of Violet Blue #914E9A

Color information

#914E9A (or 0x914E9A) is unknown color: approx Violet Blue. HEX triplet: 91, 4E and 9A. RGB value is (145,78,154). Sum of RGB (Red+Green+Blue) = 145+78+154=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #914E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914E9A is #6EB165. Grayscale: #6A6A6A. Windows color (decimal): -7254374 or 10112657. OLE color: 10112657.

HSL color Cylindrical-coordinate representation of color #914E9A: hue angle of 292.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #914E9A is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14578154-
CMYK0.060.4900.40
HSL292.89º32.76%45.49%-
HSV(B)292.89º49.35%60.39%-
XYZ20.2313.832.17-
YUV106.7154.7155.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=38.46%
G=20.69%
B=40.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145781540.060.4900.40292.8932.7645.49
Hex914E9A631028125212d
Octal2211162326610504454155
Binary100100011001110100110101101100010101000100100101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914E9A; }

 p { color: rgb(145,78,154); }

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

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

 a { background-color: rgb(145,78,154); }

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

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

 span { border-color: rgb(145,78,154); }

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