Html Css Color HEX #8E64CA Amethyst

📋 copy color: '#8E64CA'

red 142 ◦ green 100 ◦ blue 202

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

Shades of Amethyst #8E64CA

Tints of Amethyst #8E64CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 31.98%
G = 22.52%
B = 45.5%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E64CA (or 0x8E64CA) is known color: Amethyst. HEX triplet: 8E, 64 and CA. RGB value is (142,100,202). Sum of RGB (Red+Green+Blue) = 142+100+202=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64CA is #719B35. Grayscale: #7B7B7B. Windows color (decimal): -7445302 or 13264014. OLE color: 13264014.

HSL color Cylindrical-coordinate representation of color #8E64CA: hue angle of 264.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E64CA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 100 202 -
CMYK 0.30 0.50 0 0.21
HSL 264.71º 0.49% 0.59% -
HSV(B) 264.71º 0.5% 0.79% -
XYZ 26.37 19.13 58.18 -
YUV 124.19 171.91 140.71 -
System Red Green Blue C M Y K H S L
Decimal 142 100 202 0.30 0.50 0 0.21 264.71 0.49 0.59
Hex 8E 64 CA 1E 32 0 15 109 31 3B
Octal 216 144 312 36 62 0 25 411 61 73
Binary 10001110 1100100 11001010 11110 110010 0 10101 100001001 110001 111011

Color Harmonies of #8E64CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64CA

Black with #8E64CA

Text Example


Text Example

White with #8E64CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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