#915ADC

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

Shades of Amethyst #915ADC

Tints of Amethyst #915ADC

Color information

#915ADC (or 0x915ADC) is unknown color: approx Amethyst. HEX triplet: 91, 5A and DC. RGB value is (145,90,220). Sum of RGB (Red+Green+Blue) = 145+90+220=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #915ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ADC is #6EA523. Grayscale: #787878. Windows color (decimal): -7251236 or 14441105. OLE color: 14441105.

HSL color Cylindrical-coordinate representation of color #915ADC: hue angle of 265.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915ADC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14590220-
CMYK0.340.5900.14
HSL265.38º65%60.78%-
HSV(B)265.38º59.09%86.27%-
XYZ28.2518.569.79-
YUV121.26183.72144.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.87%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=31.87%
G=19.78%
B=48.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145902200.340.5900.14265.386560.78
Hex915ADC223B0E109413d
Octal221132334427301641110175
Binary10010001101101011011100100010111011011101000010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915ADC; }

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

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

<style>
 a { background-color: #915ADC; }

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

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

<style>
 span { border-color: #915ADC; }

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

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