Html Css Color HEX #8C5FCE Amethyst

📋 copy color: '#8C5FCE'

red 140 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #8C5FCE

Tints of Amethyst #8C5FCE

RGB

 RED value IS 140 (55.08% from 255) = 31.75%

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 31.75%
G = 21.54%
B = 46.71%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C5FCE (or 0x8C5FCE) is known color: Amethyst. HEX triplet: 8C, 5F and CE. RGB value is (140,95,206). Sum of RGB (Red+Green+Blue) = 140+95+206=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FCE is #73A031. Grayscale: #787878. Windows color (decimal): -7577650 or 13524876. OLE color: 13524876.

HSL color Cylindrical-coordinate representation of color #8C5FCE: hue angle of 264.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C5FCE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 95 206 -
CMYK 0.32 0.54 0 0.19
HSL 264.32º 0.53% 0.59% -
HSV(B) 264.32º 0.54% 0.81% -
XYZ 26.05 18.22 60.54 -
YUV 121.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 140 95 206 0.32 0.54 0 0.19 264.32 0.53 0.59
Hex 8C 5F CE 20 36 0 13 108 35 3B
Octal 214 137 316 40 66 0 23 410 65 73
Binary 10001100 1011111 11001110 100000 110110 0 10011 100001000 110101 111011

Color Harmonies of #8C5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FCE

Black with #8C5FCE

Text Example


Text Example

White with #8C5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,206); }

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

background-color css

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

 a { background-color: rgb(140,95,206); }

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

border-color css

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

 span { border-color: rgb(140,95,206); }

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