#935CCE

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

Shades of Amethyst #935CCE

Tints of Amethyst #935CCE

Color information

#935CCE (or 0x935CCE) is unknown color: approx Amethyst. HEX triplet: 93, 5C and CE. RGB value is (147,92,206). Sum of RGB (Red+Green+Blue) = 147+92+206=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #935CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CCE is #6CA331. Grayscale: #797979. Windows color (decimal): -7119666 or 13524115. OLE color: 13524115.

HSL color Cylindrical-coordinate representation of color #935CCE: hue angle of 268.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935CCE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14792206-
CMYK0.290.5500.19
HSL268.95º53.77%58.43%-
HSV(B)268.95º55.34%80.78%-
XYZ2718.3160.5-
YUV121.44175.72146.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=33.03%
G=20.67%
B=46.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147922060.290.5500.19268.9553.7758.43
Hex935CCE1D3701310d363a
Octal22313431635670234156672
Binary1001001110111001100111011101110111010011100001101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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