Html Css Color HEX #9E62CF Amethyst

📋 copy color: '#9E62CF'

red 158 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #9E62CF

Tints of Amethyst #9E62CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 34.13%
G = 21.17%
B = 44.71%

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

#9E62CF (or 0x9E62CF) is known color: Amethyst. HEX triplet: 9E, 62 and CF. RGB value is (158,98,207). Sum of RGB (Red+Green+Blue) = 158+98+207=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E62CF is #619D30. Grayscale: #7F7F7F. Windows color (decimal): -6397233 or 13591198. OLE color: 13591198.

HSL color Cylindrical-coordinate representation of color #9E62CF: hue angle of 273.03º 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 #9E62CF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 98 207 -
CMYK 0.24 0.53 0 0.19
HSL 273.03º 0.53% 0.6% -
HSV(B) 273.03º 0.53% 0.81% -
XYZ 29.73 20.51 61.42 -
YUV 128.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 158 98 207 0.24 0.53 0 0.19 273.03 0.53 0.6
Hex 9E 62 CF 18 35 0 13 111 35 3C
Octal 236 142 317 30 65 0 23 421 65 74
Binary 10011110 1100010 11001111 11000 110101 0 10011 100010001 110101 111100

Color Harmonies of #9E62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E62CF

Black with #9E62CF

Text Example


Text Example

White with #9E62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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