#936AD0

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

Shades of Amethyst #936AD0

Tints of Amethyst #936AD0

Color information

#936AD0 (or 0x936AD0) is unknown color: approx Amethyst. HEX triplet: 93, 6A and D0. RGB value is (147,106,208). Sum of RGB (Red+Green+Blue) = 147+106+208=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #936AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936AD0 is #6C952F. Grayscale: #818181. Windows color (decimal): -7116080 or 13658771. OLE color: 13658771.

HSL color Cylindrical-coordinate representation of color #936AD0: hue angle of 264.12º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936AD0 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147106208-
CMYK0.290.4900.18
HSL264.12º52.04%61.57%-
HSV(B)264.12º49.04%81.57%-
XYZ28.5721.0762.23-
YUV129.89172.08140.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=31.89%
G=22.99%
B=45.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471062080.290.4900.18264.1252.0461.57
Hex936AD01D31012108343e
Octal22315232035610224106476
Binary1001001111010101101000011101110001010010100001000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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