#935AC8

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

Shades of Amethyst #935AC8

Tints of Amethyst #935AC8

Color information

#935AC8 (or 0x935AC8) is unknown color: approx Amethyst. HEX triplet: 93, 5A and C8. RGB value is (147,90,200). Sum of RGB (Red+Green+Blue) = 147+90+200=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #935AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AC8 is #6CA537. Grayscale: #777777. Windows color (decimal): -7120184 or 13130387. OLE color: 13130387.

HSL color Cylindrical-coordinate representation of color #935AC8: hue angle of 271.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935AC8 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14790200-
CMYK0.260.5500.22
HSL271.09º50%56.86%-
HSV(B)271.09º55%78.43%-
XYZ26.1117.6956.68-
YUV119.58173.38147.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=33.64%
G=20.59%
B=45.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147902000.260.5500.22271.095056.86
Hex935AC81A3701610f3239
Octal22313231032670264176271
Binary1001001110110101100100011010110111010110100001111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935AC8; }

 p { color: rgb(147,90,200); }

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

<style>
 a { background-color: #935AC8; }

 a { background-color: rgb(147,90,200); }

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

<style>
 span { border-color: #935AC8; }

 span { border-color: rgb(147,90,200); }

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