Html Css Color HEX #9E61CF Amethyst

📋 copy color: '#9E61CF'

red 158 ◦ green 97 ◦ blue 207

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

Shades of Amethyst #9E61CF

Tints of Amethyst #9E61CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 34.2%
G = 21%
B = 44.81%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E61CF (or 0x9E61CF) is known color: Amethyst. HEX triplet: 9E, 61 and CF. RGB value is (158,97,207). Sum of RGB (Red+Green+Blue) = 158+97+207=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E61CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61CF is #619E30. Grayscale: #7F7F7F. Windows color (decimal): -6397489 or 13590942. OLE color: 13590942.

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

Color convert

RGB 158 97 207 -
CMYK 0.24 0.53 0 0.19
HSL 273.27º 0.53% 0.6% -
HSV(B) 273.27º 0.53% 0.81% -
XYZ 29.64 20.32 61.39 -
YUV 127.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 158 97 207 0.24 0.53 0 0.19 273.27 0.53 0.6
Hex 9E 61 CF 18 35 0 13 111 35 3C
Octal 236 141 317 30 65 0 23 421 65 74
Binary 10011110 1100001 11001111 11000 110101 0 10011 100010001 110101 111100

Color Harmonies of #9E61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E61CF

Black with #9E61CF

Text Example


Text Example

White with #9E61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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