Html Css Color HEX #8E5BCA Amethyst

📋 copy color: '#8E5BCA'

red 142 ◦ green 91 ◦ blue 202

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

Shades of Amethyst #8E5BCA

Tints of Amethyst #8E5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.92%

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

R = 32.64%
G = 20.92%
B = 46.44%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E5BCA (or 0x8E5BCA) is known color: Amethyst. HEX triplet: 8E, 5B and CA. RGB value is (142,91,202). Sum of RGB (Red+Green+Blue) = 142+91+202=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BCA is #71A435. Grayscale: #767676. Windows color (decimal): -7447606 or 13261710. OLE color: 13261710.

HSL color Cylindrical-coordinate representation of color #8E5BCA: hue angle of 267.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E5BCA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 91 202 -
CMYK 0.30 0.55 0 0.21
HSL 267.57º 0.51% 0.57% -
HSV(B) 267.57º 0.55% 0.79% -
XYZ 25.56 17.5 57.91 -
YUV 118.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 142 91 202 0.30 0.55 0 0.21 267.57 0.51 0.57
Hex 8E 5B CA 1E 37 0 15 10C 33 39
Octal 216 133 312 36 67 0 25 414 63 71
Binary 10001110 1011011 11001010 11110 110111 0 10101 100001100 110011 111001

Color Harmonies of #8E5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BCA

Black with #8E5BCA

Text Example


Text Example

White with #8E5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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