Html Css Color HEX #9E5ACF Amethyst

📋 copy color: '#9E5ACF'

red 158 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #9E5ACF

Tints of Amethyst #9E5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.78%

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

R = 34.73%
G = 19.78%
B = 45.49%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E5ACF (or 0x9E5ACF) is known color: Amethyst. HEX triplet: 9E, 5A and CF. RGB value is (158,90,207). Sum of RGB (Red+Green+Blue) = 158+90+207=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ACF is #61A530. Grayscale: #7B7B7B. Windows color (decimal): -6399281 or 13589150. OLE color: 13589150.

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

Color convert

RGB 158 90 207 -
CMYK 0.24 0.57 0 0.19
HSL 274.87º 0.55% 0.58% -
HSV(B) 274.87º 0.57% 0.81% -
XYZ 29.02 19.09 61.19 -
YUV 123.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 158 90 207 0.24 0.57 0 0.19 274.87 0.55 0.58
Hex 9E 5A CF 18 39 0 13 113 37 3A
Octal 236 132 317 30 71 0 23 423 67 72
Binary 10011110 1011010 11001111 11000 111001 0 10011 100010011 110111 111010

Color Harmonies of #9E5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5ACF

Black with #9E5ACF

Text Example


Text Example

White with #9E5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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