Html Css Color HEX #9F56DC Amethyst

📋 copy color: '#9F56DC'

red 159 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #9F56DC

Tints of Amethyst #9F56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.49%

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

R = 34.19%
G = 18.49%
B = 47.31%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F56DC (or 0x9F56DC) is known color: Amethyst. HEX triplet: 9F, 56 and DC. RGB value is (159,86,220). Sum of RGB (Red+Green+Blue) = 159+86+220=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56DC is #60A923. Grayscale: #7A7A7A. Windows color (decimal): -6334756 or 14440095. OLE color: 14440095.

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

Color convert

RGB 159 86 220 -
CMYK 0.28 0.61 0 0.14
HSL 272.69º 0.66% 0.6% -
HSV(B) 272.69º 0.61% 0.86% -
XYZ 30.54 19.19 69.81 -
YUV 123.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 159 86 220 0.28 0.61 0 0.14 272.69 0.66 0.6
Hex 9F 56 DC 1C 3D 0 E 111 42 3C
Octal 237 126 334 34 75 0 16 421 102 74
Binary 10011111 1010110 11011100 11100 111101 0 1110 100010001 1000010 111100

Color Harmonies of #9F56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56DC

Black with #9F56DC

Text Example


Text Example

White with #9F56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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