#935DCD

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

Shades of Amethyst #935DCD

Tints of Amethyst #935DCD

Color information

#935DCD (or 0x935DCD) is unknown color: approx Amethyst. HEX triplet: 93, 5D and CD. RGB value is (147,93,205). Sum of RGB (Red+Green+Blue) = 147+93+205=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #935DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DCD is #6CA232. Grayscale: #797979. Windows color (decimal): -7119411 or 13458835. OLE color: 13458835.

HSL color Cylindrical-coordinate representation of color #935DCD: hue angle of 268.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935DCD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14793205-
CMYK0.280.5500.20
HSL268.93º52.83%58.43%-
HSV(B)268.93º54.63%80.39%-
XYZ26.9718.4459.9-
YUV121.91174.89145.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=33.03%
G=20.90%
B=46.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147932050.280.5500.20268.9352.8358.43
Hex935DCD1C3701410d353a
Octal22313531534670244156572
Binary1001001110111011100110111100110111010100100001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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