#914BDC

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

Shades of Amethyst #914BDC

Tints of Amethyst #914BDC

Color information

#914BDC (or 0x914BDC) is unknown color: approx Amethyst. HEX triplet: 91, 4B and DC. RGB value is (145,75,220). Sum of RGB (Red+Green+Blue) = 145+75+220=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #914BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914BDC is #6EB423. Grayscale: #6F6F6F. Windows color (decimal): -7255076 or 14437265. OLE color: 14437265.

HSL color Cylindrical-coordinate representation of color #914BDC: hue angle of 268.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914BDC is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14575220-
CMYK0.340.6600.14
HSL268.97º67.44%57.84%-
HSV(B)268.97º65.91%86.27%-
XYZ27.1116.2269.41-
YUV112.46188.69151.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 220 (86.33% from 255) = 50%
R=32.95%
G=17.05%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145752200.340.6600.14268.9767.4457.84
Hex914BDC22420E10d433a
Octal2211133344210201641510372
Binary100100011001011110111001000101000010011101000011011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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