Html Css Color HEX #8C53CD Amethyst

📋 copy color: '#8C53CD'

red 140 ◦ green 83 ◦ blue 205

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

Shades of Amethyst #8C53CD

Tints of Amethyst #8C53CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 32.71%
G = 19.39%
B = 47.9%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C53CD (or 0x8C53CD) is known color: Amethyst. HEX triplet: 8C, 53 and CD. RGB value is (140,83,205). Sum of RGB (Red+Green+Blue) = 140+83+205=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C53CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53CD is #73AC32. Grayscale: #717171. Windows color (decimal): -7580723 or 13456268. OLE color: 13456268.

HSL color Cylindrical-coordinate representation of color #8C53CD: hue angle of 268.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C53CD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 83 205 -
CMYK 0.32 0.60 0 0.20
HSL 268.03º 0.55% 0.56% -
HSV(B) 268.03º 0.6% 0.8% -
XYZ 24.93 16.17 59.56 -
YUV 113.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 140 83 205 0.32 0.60 0 0.20 268.03 0.55 0.56
Hex 8C 53 CD 20 3C 0 14 10C 37 38
Octal 214 123 315 40 74 0 24 414 67 70
Binary 10001100 1010011 11001101 100000 111100 0 10100 100001100 110111 111000

Color Harmonies of #8C53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53CD

Black with #8C53CD

Text Example


Text Example

White with #8C53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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