Html Css Color HEX #8E64CE Amethyst

📋 copy color: '#8E64CE'

red 142 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #8E64CE

Tints of Amethyst #8E64CE

RGB

 RED value IS 142 (55.86% from 255) = 31.7%

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 31.7%
G = 22.32%
B = 45.98%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E64CE (or 0x8E64CE) is known color: Amethyst. HEX triplet: 8E, 64 and CE. RGB value is (142,100,206). Sum of RGB (Red+Green+Blue) = 142+100+206=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64CE is #719B31. Grayscale: #7C7C7C. Windows color (decimal): -7445298 or 13526158. OLE color: 13526158.

HSL color Cylindrical-coordinate representation of color #8E64CE: hue angle of 263.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E64CE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 100 206 -
CMYK 0.31 0.51 0 0.19
HSL 263.77º 0.52% 0.6% -
HSV(B) 263.77º 0.51% 0.81% -
XYZ 26.85 19.32 60.71 -
YUV 124.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 142 100 206 0.31 0.51 0 0.19 263.77 0.52 0.6
Hex 8E 64 CE 1F 33 0 13 108 34 3C
Octal 216 144 316 37 63 0 23 410 64 74
Binary 10001110 1100100 11001110 11111 110011 0 10011 100001000 110100 111100

Color Harmonies of #8E64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64CE

Black with #8E64CE

Text Example


Text Example

White with #8E64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E64CE; }

 p { color: rgb(142,100,206); }

 H1.HeaderClassName
 {
   color: #8E64CE;
 }
 .AnyTagClassName
 {
   color: #8E64CE;
 }
</style>

background-color css

<style>
 a { background-color: #8E64CE; }

 a { background-color: rgb(142,100,206); }

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

border-color css

<style>
 span { border-color: #8E64CE; }

 span { border-color: rgb(142,100,206); }

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