Html Css Color HEX #8E64CB Amethyst

📋 copy color: '#8E64CB'

red 142 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #8E64CB

Tints of Amethyst #8E64CB

RGB

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

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

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

R = 31.91%
G = 22.47%
B = 45.62%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E64CB (or 0x8E64CB) is known color: Amethyst. HEX triplet: 8E, 64 and CB. RGB value is (142,100,203). Sum of RGB (Red+Green+Blue) = 142+100+203=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64CB is #719B34. Grayscale: #7B7B7B. Windows color (decimal): -7445301 or 13329550. OLE color: 13329550.

HSL color Cylindrical-coordinate representation of color #8E64CB: hue angle of 264.47º 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 #8E64CB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 100 203 -
CMYK 0.30 0.51 0 0.20
HSL 264.47º 0.5% 0.59% -
HSV(B) 264.47º 0.51% 0.8% -
XYZ 26.49 19.18 58.81 -
YUV 124.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 142 100 203 0.30 0.51 0 0.20 264.47 0.5 0.59
Hex 8E 64 CB 1E 33 0 14 108 32 3B
Octal 216 144 313 36 63 0 24 410 62 73
Binary 10001110 1100100 11001011 11110 110011 0 10100 100001000 110010 111011

Color Harmonies of #8E64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64CB

Black with #8E64CB

Text Example


Text Example

White with #8E64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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