Html Css Color HEX #8C55CC Amethyst

📋 copy color: '#8C55CC'

red 140 ◦ green 85 ◦ blue 204

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

Shades of Amethyst #8C55CC

Tints of Amethyst #8C55CC

RGB

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

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

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

R = 32.63%
G = 19.81%
B = 47.55%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C55CC (or 0x8C55CC) is known color: Amethyst. HEX triplet: 8C, 55 and CC. RGB value is (140,85,204). Sum of RGB (Red+Green+Blue) = 140+85+204=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C55CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55CC is #73AA33. Grayscale: #727272. Windows color (decimal): -7580212 or 13391244. OLE color: 13391244.

HSL color Cylindrical-coordinate representation of color #8C55CC: hue angle of 267.73º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C55CC is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 85 204 -
CMYK 0.31 0.58 0 0.2
HSL 267.73º 0.54% 0.57% -
HSV(B) 267.73º 0.58% 0.8% -
XYZ 24.96 16.43 58.98 -
YUV 115.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 140 85 204 0.31 0.58 0 0.2 267.73 0.54 0.57
Hex 8C 55 CC 1F 3A 0 14 10C 36 39
Octal 214 125 314 37 72 0 24 414 66 71
Binary 10001100 1010101 11001100 11111 111010 0 10100 100001100 110110 111001

Color Harmonies of #8C55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55CC

Black with #8C55CC

Text Example


Text Example

White with #8C55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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