Html Css Color HEX #8C55DB Amethyst

📋 copy color: '#8C55DB'

red 140 ◦ green 85 ◦ blue 219

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

Shades of Amethyst #8C55DB

Tints of Amethyst #8C55DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 31.53%
G = 19.14%
B = 49.32%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C55DB (or 0x8C55DB) is known color: Amethyst. HEX triplet: 8C, 55 and DB. RGB value is (140,85,219). Sum of RGB (Red+Green+Blue) = 140+85+219=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55DB is #73AA24. Grayscale: #747474. Windows color (decimal): -7580197 or 14374284. OLE color: 14374284.

HSL color Cylindrical-coordinate representation of color #8C55DB: hue angle of 264.63º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C55DB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 85 219 -
CMYK 0.36 0.61 0 0.14
HSL 264.63º 0.65% 0.6% -
HSV(B) 264.63º 0.61% 0.86% -
XYZ 26.85 17.19 68.92 -
YUV 116.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 140 85 219 0.36 0.61 0 0.14 264.63 0.65 0.6
Hex 8C 55 DB 24 3D 0 E 109 41 3C
Octal 214 125 333 44 75 0 16 411 101 74
Binary 10001100 1010101 11011011 100100 111101 0 1110 100001001 1000001 111100

Color Harmonies of #8C55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55DB

Black with #8C55DB

Text Example


Text Example

White with #8C55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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