#914BD3

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

Shades of Amethyst #914BD3

Tints of Amethyst #914BD3

Color information

#914BD3 (or 0x914BD3) is unknown color: approx Amethyst. HEX triplet: 91, 4B and D3. RGB value is (145,75,211). Sum of RGB (Red+Green+Blue) = 145+75+211=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #914BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BD3 is #6EB42C. Grayscale: #6E6E6E. Windows color (decimal): -7255085 or 13847441. OLE color: 13847441.

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

Color convert

RGB14575211-
CMYK0.310.6400.17
HSL270.88º60.71%56.08%-
HSV(B)270.88º64.45%82.75%-
XYZ25.9515.7663.3-
YUV111.43184.19151.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 211 (82.81% from 255) = 48.96%
R=33.64%
G=17.40%
B=48.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal145752110.310.6400.17270.8860.7156.08
Hex914BD31F4001110f3d38
Octal221113323371000214177570
Binary10010001100101111010011111111000000010001100001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,75,211); }

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

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

 a { background-color: rgb(145,75,211); }

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

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

 span { border-color: rgb(145,75,211); }

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