Html Css Color HEX #9E64CB Amethyst

📋 copy color: '#9E64CB'

red 158 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #9E64CB

Tints of Amethyst #9E64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 34.27%
G = 21.69%
B = 44.03%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E64CB (or 0x9E64CB) is known color: Amethyst. HEX triplet: 9E, 64 and CB. RGB value is (158,100,203). Sum of RGB (Red+Green+Blue) = 158+100+203=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64CB is #619B34. Grayscale: #808080. Windows color (decimal): -6396725 or 13329566. OLE color: 13329566.

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

Color convert

RGB 158 100 203 -
CMYK 0.22 0.51 0 0.20
HSL 273.79º 0.5% 0.59% -
HSV(B) 273.79º 0.51% 0.8% -
XYZ 29.44 20.7 58.94 -
YUV 129.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 158 100 203 0.22 0.51 0 0.20 273.79 0.5 0.59
Hex 9E 64 CB 16 33 0 14 112 32 3B
Octal 236 144 313 26 63 0 24 422 62 73
Binary 10011110 1100100 11001011 10110 110011 0 10100 100010010 110010 111011

Color Harmonies of #9E64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E64CB

Black with #9E64CB

Text Example


Text Example

White with #9E64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,203); }

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

background-color css

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

 a { background-color: rgb(158,100,203); }

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

border-color css

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

 span { border-color: rgb(158,100,203); }

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