Html Css Color HEX #8D55CB Amethyst

📋 copy color: '#8D55CB'

red 141 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #8D55CB

Tints of Amethyst #8D55CB

RGB

 RED value IS 141 (55.47% from 255) = 32.87%

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

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

R = 32.87%
G = 19.81%
B = 47.32%

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

#8D55CB (or 0x8D55CB) is known color: Amethyst. HEX triplet: 8D, 55 and CB. RGB value is (141,85,203). Sum of RGB (Red+Green+Blue) = 141+85+203=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D55CB is #72AA34. Grayscale: #727272. Windows color (decimal): -7514677 or 13325709. OLE color: 13325709.

HSL color Cylindrical-coordinate representation of color #8D55CB: hue angle of 268.47º 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 #8D55CB is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 85 203 -
CMYK 0.31 0.58 0 0.20
HSL 268.47º 0.53% 0.56% -
HSV(B) 268.47º 0.58% 0.8% -
XYZ 25.01 16.47 58.36 -
YUV 115.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 141 85 203 0.31 0.58 0 0.20 268.47 0.53 0.56
Hex 8D 55 CB 1F 3A 0 14 10C 35 38
Octal 215 125 313 37 72 0 24 414 65 70
Binary 10001101 1010101 11001011 11111 111010 0 10100 100001100 110101 111000

Color Harmonies of #8D55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D55CB

Black with #8D55CB

Text Example


Text Example

White with #8D55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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