Html Css Color HEX #9E54CF Amethyst

📋 copy color: '#9E54CF'

red 158 ◦ green 84 ◦ blue 207

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

Shades of Amethyst #9E54CF

Tints of Amethyst #9E54CF

RGB

 RED value IS 158 (62.11% from 255) = 35.19%

 GREEN value IS 84 (33.2% from 255) = 18.71%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 35.19%
G = 18.71%
B = 46.1%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E54CF (or 0x9E54CF) is known color: Amethyst. HEX triplet: 9E, 54 and CF. RGB value is (158,84,207). Sum of RGB (Red+Green+Blue) = 158+84+207=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54CF is #61AB30. Grayscale: #777777. Windows color (decimal): -6400817 or 13587614. OLE color: 13587614.

HSL color Cylindrical-coordinate representation of color #9E54CF: hue angle of 276.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E54CF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 84 207 -
CMYK 0.24 0.59 0 0.19
HSL 276.1º 0.56% 0.57% -
HSV(B) 276.1º 0.59% 0.81% -
XYZ 28.53 18.11 61.02 -
YUV 120.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 158 84 207 0.24 0.59 0 0.19 276.1 0.56 0.57
Hex 9E 54 CF 18 3B 0 13 114 38 39
Octal 236 124 317 30 73 0 23 424 70 71
Binary 10011110 1010100 11001111 11000 111011 0 10011 100010100 111000 111001

Color Harmonies of #9E54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E54CF

Black with #9E54CF

Text Example


Text Example

White with #9E54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,84,207); }

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

background-color css

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

 a { background-color: rgb(158,84,207); }

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

border-color css

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

 span { border-color: rgb(158,84,207); }

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