Html Css Color HEX #9F56E6 Amethyst

📋 copy color: '#9F56E6'

red 159 ◦ green 86 ◦ blue 230

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

Shades of Amethyst #9F56E6

Tints of Amethyst #9F56E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 33.47%
G = 18.11%
B = 48.42%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9F56E6 (or 0x9F56E6) is known color: Amethyst. HEX triplet: 9F, 56 and E6. RGB value is (159,86,230). Sum of RGB (Red+Green+Blue) = 159+86+230=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F56E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F56E6 is #60A919. Grayscale: #7B7B7B. Windows color (decimal): -6334746 or 15095455. OLE color: 15095455.

HSL color Cylindrical-coordinate representation of color #9F56E6: hue angle of 270.42º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F56E6 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 86 230 -
CMYK 0.31 0.63 0 0.10
HSL 270.42º 0.74% 0.62% -
HSV(B) 270.42º 0.63% 0.9% -
XYZ 31.91 19.74 76.99 -
YUV 124.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 159 86 230 0.31 0.63 0 0.10 270.42 0.74 0.62
Hex 9F 56 E6 1F 3F 0 A 10E 4A 3E
Octal 237 126 346 37 77 0 12 416 112 76
Binary 10011111 1010110 11100110 11111 111111 0 1010 100001110 1001010 111110

Color Harmonies of #9F56E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56E6

Black with #9F56E6

Text Example


Text Example

White with #9F56E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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