Html Css Color HEX #8E63CB Amethyst

📋 copy color: '#8E63CB'

red 142 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #8E63CB

Tints of Amethyst #8E63CB

RGB

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

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

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

R = 31.98%
G = 22.3%
B = 45.72%

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

#8E63CB (or 0x8E63CB) is known color: Amethyst. HEX triplet: 8E, 63 and CB. RGB value is (142,99,203). Sum of RGB (Red+Green+Blue) = 142+99+203=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63CB is #719C34. Grayscale: #7B7B7B. Windows color (decimal): -7445557 or 13329294. OLE color: 13329294.

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

Color convert

RGB 142 99 203 -
CMYK 0.30 0.51 0 0.20
HSL 264.81º 0.5% 0.59% -
HSV(B) 264.81º 0.51% 0.8% -
XYZ 26.4 18.99 58.77 -
YUV 123.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 142 99 203 0.30 0.51 0 0.20 264.81 0.5 0.59
Hex 8E 63 CB 1E 33 0 14 109 32 3B
Octal 216 143 313 36 63 0 24 411 62 73
Binary 10001110 1100011 11001011 11110 110011 0 10100 100001001 110010 111011

Color Harmonies of #8E63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E63CB

Black with #8E63CB

Text Example


Text Example

White with #8E63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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