Html Css Color HEX #8E63CC Amethyst

📋 copy color: '#8E63CC'

red 142 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #8E63CC

Tints of Amethyst #8E63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 31.91%
G = 22.25%
B = 45.84%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E63CC (or 0x8E63CC) is known color: Amethyst. HEX triplet: 8E, 63 and CC. RGB value is (142,99,204). Sum of RGB (Red+Green+Blue) = 142+99+204=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63CC is #719C33. Grayscale: #7B7B7B. Windows color (decimal): -7445556 or 13394830. OLE color: 13394830.

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

Color convert

RGB 142 99 204 -
CMYK 0.30 0.51 0 0.2
HSL 264.57º 0.51% 0.59% -
HSV(B) 264.57º 0.51% 0.8% -
XYZ 26.52 19.03 59.4 -
YUV 123.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 142 99 204 0.30 0.51 0 0.2 264.57 0.51 0.59
Hex 8E 63 CC 1E 33 0 14 109 33 3B
Octal 216 143 314 36 63 0 24 411 63 73
Binary 10001110 1100011 11001100 11110 110011 0 10100 100001001 110011 111011

Color Harmonies of #8E63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E63CC

Black with #8E63CC

Text Example


Text Example

White with #8E63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,99,204); }

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

background-color css

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

 a { background-color: rgb(142,99,204); }

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

border-color css

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

 span { border-color: rgb(142,99,204); }

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