Html Css Color HEX #9F5EDC Amethyst

📋 copy color: '#9F5EDC'

red 159 ◦ green 94 ◦ blue 220

#9F5EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9F5EDC

Tints of Amethyst #9F5EDC

RGB

 RED value IS 159 (62.5% from 255) = 33.62%

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 33.62%
G = 19.87%
B = 46.51%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F5EDC (or 0x9F5EDC) is known color: Amethyst. HEX triplet: 9F, 5E and DC. RGB value is (159,94,220). Sum of RGB (Red+Green+Blue) = 159+94+220=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EDC is #60A123. Grayscale: #7F7F7F. Windows color (decimal): -6332708 or 14442143. OLE color: 14442143.

HSL color Cylindrical-coordinate representation of color #9F5EDC: hue angle of 270.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F5EDC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 94 220 -
CMYK 0.28 0.57 0 0.14
HSL 270.95º 0.64% 0.62% -
HSV(B) 270.95º 0.57% 0.86% -
XYZ 31.22 20.54 70.03 -
YUV 127.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 159 94 220 0.28 0.57 0 0.14 270.95 0.64 0.62
Hex 9F 5E DC 1C 39 0 E 10F 40 3E
Octal 237 136 334 34 71 0 16 417 100 76
Binary 10011111 1011110 11011100 11100 111001 0 1110 100001111 1000000 111110

Color Harmonies of #9F5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5EDC

Black with #9F5EDC

Text Example


Text Example

White with #9F5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5EDC; }

 p { color: rgb(159,94,220); }

 H1.HeaderClassName
 {
   color: #9F5EDC;
 }
 .AnyTagClassName
 {
   color: #9F5EDC;
 }
</style>

background-color css

<style>
 a { background-color: #9F5EDC; }

 a { background-color: rgb(159,94,220); }

 div.DivClassName
 {
   background-color: #9F5EDC;
 }
 .BgClassName
 {
   background-color: #9F5EDC;
 }
</style>

border-color css

<style>
 span { border-color: #9F5EDC; }

 span { border-color: rgb(159,94,220); }

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