Html Css Color HEX #9F51DC Amethyst

📋 copy color: '#9F51DC'

red 159 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9F51DC

Tints of Amethyst #9F51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 34.57%
G = 17.61%
B = 47.83%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F51DC (or 0x9F51DC) is known color: Amethyst. HEX triplet: 9F, 51 and DC. RGB value is (159,81,220). Sum of RGB (Red+Green+Blue) = 159+81+220=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51DC is #60AE23. Grayscale: #777777. Windows color (decimal): -6336036 or 14438815. OLE color: 14438815.

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

Color convert

RGB 159 81 220 -
CMYK 0.28 0.63 0 0.14
HSL 273.67º 0.67% 0.59% -
HSV(B) 273.67º 0.63% 0.86% -
XYZ 30.16 18.42 69.68 -
YUV 120.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 159 81 220 0.28 0.63 0 0.14 273.67 0.67 0.59
Hex 9F 51 DC 1C 3F 0 E 112 43 3B
Octal 237 121 334 34 77 0 16 422 103 73
Binary 10011111 1010001 11011100 11100 111111 0 1110 100010010 1000011 111011

Color Harmonies of #9F51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51DC

Black with #9F51DC

Text Example


Text Example

White with #9F51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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