Html Css Color HEX #8C55CB Amethyst

📋 copy color: '#8C55CB'

red 140 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #8C55CB

Tints of Amethyst #8C55CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 32.71%
G = 19.86%
B = 47.43%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C55CB (or 0x8C55CB) is known color: Amethyst. HEX triplet: 8C, 55 and CB. RGB value is (140,85,203). Sum of RGB (Red+Green+Blue) = 140+85+203=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55CB is #73AA34. Grayscale: #727272. Windows color (decimal): -7580213 or 13325708. OLE color: 13325708.

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

Color convert

RGB 140 85 203 -
CMYK 0.31 0.58 0 0.20
HSL 267.97º 0.53% 0.56% -
HSV(B) 267.97º 0.58% 0.8% -
XYZ 24.84 16.38 58.35 -
YUV 114.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 140 85 203 0.31 0.58 0 0.20 267.97 0.53 0.56
Hex 8C 55 CB 1F 3A 0 14 10C 35 38
Octal 214 125 313 37 72 0 24 414 65 70
Binary 10001100 1010101 11001011 11111 111010 0 10100 100001100 110101 111000

Color Harmonies of #8C55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55CB

Black with #8C55CB

Text Example


Text Example

White with #8C55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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