#936ACE

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

Shades of Amethyst #936ACE

Tints of Amethyst #936ACE

Color information

#936ACE (or 0x936ACE) is unknown color: approx Amethyst. HEX triplet: 93, 6A and CE. RGB value is (147,106,206). Sum of RGB (Red+Green+Blue) = 147+106+206=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #936ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ACE is #6C9531. Grayscale: #818181. Windows color (decimal): -7116082 or 13527699. OLE color: 13527699.

HSL color Cylindrical-coordinate representation of color #936ACE: hue angle of 264.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936ACE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147106206-
CMYK0.290.4900.19
HSL264.6º50.51%61.18%-
HSV(B)264.6º48.54%80.78%-
XYZ28.3320.9760.95-
YUV129.66171.08140.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=32.03%
G=23.09%
B=44.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471062060.290.4900.19264.650.5161.18
Hex936ACE1D31013109333d
Octal22315231635610234116375
Binary1001001111010101100111011101110001010011100001001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936ACE; }

 p { color: rgb(147,106,206); }

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

<style>
 a { background-color: #936ACE; }

 a { background-color: rgb(147,106,206); }

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

<style>
 span { border-color: #936ACE; }

 span { border-color: rgb(147,106,206); }

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