Html Css Color HEX #8E62CB Amethyst

📋 copy color: '#8E62CB'

red 142 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #8E62CB

Tints of Amethyst #8E62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.12%

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

R = 32.05%
G = 22.12%
B = 45.82%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E62CB (or 0x8E62CB) is known color: Amethyst. HEX triplet: 8E, 62 and CB. RGB value is (142,98,203). Sum of RGB (Red+Green+Blue) = 142+98+203=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E62CB is #719D34. Grayscale: #7A7A7A. Windows color (decimal): -7445813 or 13329038. OLE color: 13329038.

HSL color Cylindrical-coordinate representation of color #8E62CB: hue angle of 265.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E62CB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 98 203 -
CMYK 0.30 0.52 0 0.20
HSL 265.14º 0.5% 0.59% -
HSV(B) 265.14º 0.52% 0.8% -
XYZ 26.3 18.8 58.74 -
YUV 123.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 142 98 203 0.30 0.52 0 0.20 265.14 0.5 0.59
Hex 8E 62 CB 1E 34 0 14 109 32 3B
Octal 216 142 313 36 64 0 24 411 62 73
Binary 10001110 1100010 11001011 11110 110100 0 10100 100001001 110010 111011

Color Harmonies of #8E62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E62CB

Black with #8E62CB

Text Example


Text Example

White with #8E62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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