#915ECC

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

Shades of Amethyst #915ECC

Tints of Amethyst #915ECC

Color information

#915ECC (or 0x915ECC) is unknown color: approx Amethyst. HEX triplet: 91, 5E and CC. RGB value is (145,94,204). Sum of RGB (Red+Green+Blue) = 145+94+204=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #915ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ECC is #6EA133. Grayscale: #797979. Windows color (decimal): -7250228 or 13393553. OLE color: 13393553.

HSL color Cylindrical-coordinate representation of color #915ECC: hue angle of 267.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915ECC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14594204-
CMYK0.290.5400.2
HSL267.82º51.89%58.43%-
HSV(B)267.82º53.92%80%-
XYZ26.5818.3859.27-
YUV121.79174.4144.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=32.73%
G=21.22%
B=46.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal145942040.290.5400.2267.8251.8958.43
Hex915ECC1D3601410c343a
Octal22113631435660244146472
Binary1001000110111101100110011101110110010100100001100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,94,204); }

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

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

 a { background-color: rgb(145,94,204); }

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

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

 span { border-color: rgb(145,94,204); }

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