Html Css Color HEX #8C53CF Amethyst

📋 copy color: '#8C53CF'

red 140 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #8C53CF

Tints of Amethyst #8C53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 32.56%
G = 19.3%
B = 48.14%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C53CF (or 0x8C53CF) is known color: Amethyst. HEX triplet: 8C, 53 and CF. RGB value is (140,83,207). Sum of RGB (Red+Green+Blue) = 140+83+207=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53CF is #73AC30. Grayscale: #717171. Windows color (decimal): -7580721 or 13587340. OLE color: 13587340.

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

Color convert

RGB 140 83 207 -
CMYK 0.32 0.60 0 0.19
HSL 267.58º 0.56% 0.57% -
HSV(B) 267.58º 0.6% 0.81% -
XYZ 25.17 16.27 60.84 -
YUV 114.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 140 83 207 0.32 0.60 0 0.19 267.58 0.56 0.57
Hex 8C 53 CF 20 3C 0 13 10C 38 39
Octal 214 123 317 40 74 0 23 414 70 71
Binary 10001100 1010011 11001111 100000 111100 0 10011 100001100 111000 111001

Color Harmonies of #8C53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53CF

Black with #8C53CF

Text Example


Text Example

White with #8C53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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