#935DC9

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

Shades of Amethyst #935DC9

Tints of Amethyst #935DC9

Color information

#935DC9 (or 0x935DC9) is unknown color: approx Amethyst. HEX triplet: 93, 5D and C9. RGB value is (147,93,201). Sum of RGB (Red+Green+Blue) = 147+93+201=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #935DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DC9 is #6CA236. Grayscale: #797979. Windows color (decimal): -7119415 or 13196691. OLE color: 13196691.

HSL color Cylindrical-coordinate representation of color #935DC9: hue angle of 270º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935DC9 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14793201-
CMYK0.270.5400.21
HSL270º50%57.65%-
HSV(B)270º53.73%78.82%-
XYZ26.4918.2557.38-
YUV121.46172.89146.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=33.33%
G=21.09%
B=45.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147932010.270.5400.212705057.65
Hex935DC91B3601510e323a
Octal22313531133660254166272
Binary1001001110111011100100111011110110010101100001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,93,201); }

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

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

 a { background-color: rgb(147,93,201); }

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

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

 span { border-color: rgb(147,93,201); }

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