Html Css Color HEX #9F56EA Amethyst

📋 copy color: '#9F56EA'

red 159 ◦ green 86 ◦ blue 234

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

Shades of Amethyst #9F56EA

Tints of Amethyst #9F56EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 33.19%
G = 17.95%
B = 48.85%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F56EA (or 0x9F56EA) is known color: Amethyst. HEX triplet: 9F, 56 and EA. RGB value is (159,86,234). Sum of RGB (Red+Green+Blue) = 159+86+234=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F56EA is #60A915. Grayscale: #7C7C7C. Windows color (decimal): -6334742 or 15357599. OLE color: 15357599.

HSL color Cylindrical-coordinate representation of color #9F56EA: hue angle of 269.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F56EA is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 86 234 -
CMYK 0.32 0.63 0 0.08
HSL 269.59º 0.78% 0.63% -
HSV(B) 269.59º 0.63% 0.92% -
XYZ 32.48 19.97 79.98 -
YUV 124.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 159 86 234 0.32 0.63 0 0.08 269.59 0.78 0.63
Hex 9F 56 EA 20 3F 0 8 10E 4E 3F
Octal 237 126 352 40 77 0 10 416 116 77
Binary 10011111 1010110 11101010 100000 111111 0 1000 100001110 1001110 111111

Color Harmonies of #9F56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56EA

Black with #9F56EA

Text Example


Text Example

White with #9F56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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