#914FD0

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

Shades of Amethyst #914FD0

Tints of Amethyst #914FD0

Color information

#914FD0 (or 0x914FD0) is unknown color: approx Amethyst. HEX triplet: 91, 4F and D0. RGB value is (145,79,208). Sum of RGB (Red+Green+Blue) = 145+79+208=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #914FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FD0 is #6EB02F. Grayscale: #707070. Windows color (decimal): -7254064 or 13651857. OLE color: 13651857.

HSL color Cylindrical-coordinate representation of color #914FD0: hue angle of 270.7º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914FD0 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14579208-
CMYK0.300.6200.18
HSL270.7º57.85%56.27%-
HSV(B)270.7º62.02%81.57%-
XYZ25.8616.1761.43-
YUV113.44181.37150.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 79 (31.25% from 255) = 18.29%
BLUE value IS 208 (81.64% from 255) = 48.15%
R=33.56%
G=18.29%
B=48.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal145792080.300.6200.18270.757.8556.27
Hex914FD01E3E01210f3a38
Octal22111732036760224177270
Binary1001000110011111101000011110111110010010100001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,208); }

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

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

 a { background-color: rgb(145,79,208); }

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

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

 span { border-color: rgb(145,79,208); }

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