Html Css Color HEX #9F51E7 Amethyst

📋 copy color: '#9F51E7'

red 159 ◦ green 81 ◦ blue 231

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

Shades of Amethyst #9F51E7

Tints of Amethyst #9F51E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.04%

R = 33.76%
G = 17.2%
B = 49.04%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9F51E7 (or 0x9F51E7) is known color: Amethyst. HEX triplet: 9F, 51 and E7. RGB value is (159,81,231). Sum of RGB (Red+Green+Blue) = 159+81+231=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F51E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51E7 is #60AE18. Grayscale: #787878. Windows color (decimal): -6336025 or 15159711. OLE color: 15159711.

HSL color Cylindrical-coordinate representation of color #9F51E7: hue angle of 271.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F51E7 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 81 231 -
CMYK 0.31 0.65 0 0.09
HSL 271.2º 0.76% 0.61% -
HSV(B) 271.2º 0.65% 0.91% -
XYZ 31.66 19.03 77.6 -
YUV 121.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 159 81 231 0.31 0.65 0 0.09 271.2 0.76 0.61
Hex 9F 51 E7 1F 41 0 9 10F 4C 3D
Octal 237 121 347 37 101 0 11 417 114 75
Binary 10011111 1010001 11100111 11111 1000001 0 1001 100001111 1001100 111101

Color Harmonies of #9F51E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51E7

Black with #9F51E7

Text Example


Text Example

White with #9F51E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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