Html Css Color HEX #8E5FCC Amethyst

📋 copy color: '#8E5FCC'

red 142 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #8E5FCC

Tints of Amethyst #8E5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

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

R = 32.2%
G = 21.54%
B = 46.26%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E5FCC (or 0x8E5FCC) is known color: Amethyst. HEX triplet: 8E, 5F and CC. RGB value is (142,95,204). Sum of RGB (Red+Green+Blue) = 142+95+204=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FCC is #71A033. Grayscale: #797979. Windows color (decimal): -7446580 or 13393806. OLE color: 13393806.

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

Color convert

RGB 142 95 204 -
CMYK 0.30 0.53 0 0.2
HSL 265.87º 0.52% 0.59% -
HSV(B) 265.87º 0.53% 0.8% -
XYZ 26.15 18.29 59.28 -
YUV 121.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 142 95 204 0.30 0.53 0 0.2 265.87 0.52 0.59
Hex 8E 5F CC 1E 35 0 14 10A 34 3B
Octal 216 137 314 36 65 0 24 412 64 73
Binary 10001110 1011111 11001100 11110 110101 0 10100 100001010 110100 111011

Color Harmonies of #8E5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5FCC

Black with #8E5FCC

Text Example


Text Example

White with #8E5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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