Html Css Color HEX #9E63CD Amethyst

📋 copy color: '#9E63CD'

red 158 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #9E63CD

Tints of Amethyst #9E63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.43%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 34.2%
G = 21.43%
B = 44.37%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E63CD (or 0x9E63CD) is known color: Amethyst. HEX triplet: 9E, 63 and CD. RGB value is (158,99,205). Sum of RGB (Red+Green+Blue) = 158+99+205=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63CD is #619C32. Grayscale: #808080. Windows color (decimal): -6396979 or 13460382. OLE color: 13460382.

HSL color Cylindrical-coordinate representation of color #9E63CD: hue angle of 273.4º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E63CD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 99 205 -
CMYK 0.23 0.52 0 0.20
HSL 273.4º 0.51% 0.6% -
HSV(B) 273.4º 0.52% 0.8% -
XYZ 29.58 20.6 60.17 -
YUV 128.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 158 99 205 0.23 0.52 0 0.20 273.4 0.51 0.6
Hex 9E 63 CD 17 34 0 14 111 33 3C
Octal 236 143 315 27 64 0 24 421 63 74
Binary 10011110 1100011 11001101 10111 110100 0 10100 100010001 110011 111100

Color Harmonies of #9E63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E63CD

Black with #9E63CD

Text Example


Text Example

White with #9E63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,99,205); }

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

background-color css

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

 a { background-color: rgb(158,99,205); }

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

border-color css

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

 span { border-color: rgb(158,99,205); }

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