#935ecc

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

Shades of Amethyst #935ECC

Tints of Amethyst #935ECC

Color information

#935ECC (or 0x935ECC) is unknown color: approx Amethyst. HEX triplet: 93, 5E and CC. RGB value is (147,94,204). Sum of RGB (Red+Green+Blue) = 147+94+204=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #935ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ECC is #6CA133. Grayscale: #7A7A7A. Windows color (decimal): -7119156 or 13393555. OLE color: 13393555.

HSL color Cylindrical-coordinate representation of color #935ECC: hue angle of 268.91º 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 #935ECC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14794204-
CMYK0.280.5400.2
HSL268.91º51.89%58.43%-
HSV(B)268.91º53.92%80%-
XYZ26.9318.5759.29-
YUV122.39174.06145.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=33.03%
G=21.12%
B=45.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal147942040.280.5400.2268.9151.8958.43
Hex935ECC1C3601410d343a
Octal22313631434660244156472
Binary1001001110111101100110011100110110010100100001101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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