Html Css Color HEX #9F51ED Amethyst

📋 copy color: '#9F51ED'

red 159 ◦ green 81 ◦ blue 237

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

Shades of Amethyst #9F51ED

Tints of Amethyst #9F51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 33.33%
G = 16.98%
B = 49.69%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F51ED (or 0x9F51ED) is known color: Amethyst. HEX triplet: 9F, 51 and ED. RGB value is (159,81,237). Sum of RGB (Red+Green+Blue) = 159+81+237=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51ED is #60AE12. Grayscale: #797979. Windows color (decimal): -6336019 or 15552927. OLE color: 15552927.

HSL color Cylindrical-coordinate representation of color #9F51ED: hue angle of 270º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F51ED is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 81 237 -
CMYK 0.33 0.66 0 0.07
HSL 270º 0.81% 0.62% -
HSV(B) 270º 0.66% 0.93% -
XYZ 32.53 19.37 82.15 -
YUV 122.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 159 81 237 0.33 0.66 0 0.07 270 0.81 0.62
Hex 9F 51 ED 21 42 0 7 10E 51 3E
Octal 237 121 355 41 102 0 7 416 121 76
Binary 10011111 1010001 11101101 100001 1000010 0 111 100001110 1010001 111110

Color Harmonies of #9F51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51ED

Black with #9F51ED

Text Example


Text Example

White with #9F51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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