Html Css Color HEX #8C55CE Amethyst

📋 copy color: '#8C55CE'

red 140 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #8C55CE

Tints of Amethyst #8C55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

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

R = 32.48%
G = 19.72%
B = 47.8%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C55CE (or 0x8C55CE) is known color: Amethyst. HEX triplet: 8C, 55 and CE. RGB value is (140,85,206). Sum of RGB (Red+Green+Blue) = 140+85+206=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55CE is #73AA31. Grayscale: #727272. Windows color (decimal): -7580210 or 13522316. OLE color: 13522316.

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

Color convert

RGB 140 85 206 -
CMYK 0.32 0.59 0 0.19
HSL 267.27º 0.55% 0.57% -
HSV(B) 267.27º 0.59% 0.81% -
XYZ 25.2 16.53 60.25 -
YUV 115.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 140 85 206 0.32 0.59 0 0.19 267.27 0.55 0.57
Hex 8C 55 CE 20 3B 0 13 10B 37 39
Octal 214 125 316 40 73 0 23 413 67 71
Binary 10001100 1010101 11001110 100000 111011 0 10011 100001011 110111 111001

Color Harmonies of #8C55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55CE

Black with #8C55CE

Text Example


Text Example

White with #8C55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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