#914CD1

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

Shades of Amethyst #914CD1

Tints of Amethyst #914CD1

Color information

#914CD1 (or 0x914CD1) is unknown color: approx Amethyst. HEX triplet: 91, 4C and D1. RGB value is (145,76,209). Sum of RGB (Red+Green+Blue) = 145+76+209=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #914CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CD1 is #6EB32E. Grayscale: #6F6F6F. Windows color (decimal): -7254831 or 13716625. OLE color: 13716625.

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

Color convert

RGB14576209-
CMYK0.310.6400.18
HSL271.13º59.11%55.88%-
HSV(B)271.13º63.64%81.96%-
XYZ25.7715.7962.01-
YUV111.79182.86151.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=33.72%
G=17.67%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal145762090.310.6400.18271.1359.1155.88
Hex914CD11F4001210f3b38
Octal221114321371000224177370
Binary10010001100110011010001111111000000010010100001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,76,209); }

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

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

 a { background-color: rgb(145,76,209); }

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

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

 span { border-color: rgb(145,76,209); }

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