#935FC0

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

Shades of Amethyst #935FC0

Tints of Amethyst #935FC0

Color information

#935FC0 (or 0x935FC0) is unknown color: approx Amethyst. HEX triplet: 93, 5F and C0. RGB value is (147,95,192). Sum of RGB (Red+Green+Blue) = 147+95+192=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #935FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FC0 is #6CA03F. Grayscale: #797979. Windows color (decimal): -7118912 or 12607379. OLE color: 12607379.

HSL color Cylindrical-coordinate representation of color #935FC0: hue angle of 272.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935FC0 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14795192-
CMYK0.230.5100.25
HSL272.16º43.5%56.27%-
HSV(B)272.16º50.52%75.29%-
XYZ25.6418.1952.03-
YUV121.61167.73146.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=33.87%
G=21.89%
B=44.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147951920.230.5100.25272.1643.556.27
Hex935FC017330191102b38
Octal22313730027630314205370
Binary1001001110111111100000010111110011011001100010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,95,192); }

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

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

 a { background-color: rgb(147,95,192); }

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

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

 span { border-color: rgb(147,95,192); }

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