Html Css Color HEX #8C53DC Amethyst

📋 copy color: '#8C53DC'

red 140 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #8C53DC

Tints of Amethyst #8C53DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 31.6%
G = 18.74%
B = 49.66%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C53DC (or 0x8C53DC) is known color: Amethyst. HEX triplet: 8C, 53 and DC. RGB value is (140,83,220). Sum of RGB (Red+Green+Blue) = 140+83+220=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53DC is #73AC23. Grayscale: #737373. Windows color (decimal): -7580708 or 14439308. OLE color: 14439308.

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

Color convert

RGB 140 83 220 -
CMYK 0.36 0.62 0 0.14
HSL 264.96º 0.66% 0.59% -
HSV(B) 264.96º 0.62% 0.86% -
XYZ 26.83 16.93 69.56 -
YUV 115.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 140 83 220 0.36 0.62 0 0.14 264.96 0.66 0.59
Hex 8C 53 DC 24 3E 0 E 109 42 3B
Octal 214 123 334 44 76 0 16 411 102 73
Binary 10001100 1010011 11011100 100100 111110 0 1110 100001001 1000010 111011

Color Harmonies of #8C53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53DC

Black with #8C53DC

Text Example


Text Example

White with #8C53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,83,220); }

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

background-color css

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

 a { background-color: rgb(140,83,220); }

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

border-color css

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

 span { border-color: rgb(140,83,220); }

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