Html Css Color HEX #8C52CE Amethyst

📋 copy color: '#8C52CE'

red 140 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #8C52CE

Tints of Amethyst #8C52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 32.71%
G = 19.16%
B = 48.13%

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

#8C52CE (or 0x8C52CE) is known color: Amethyst. HEX triplet: 8C, 52 and CE. RGB value is (140,82,206). Sum of RGB (Red+Green+Blue) = 140+82+206=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52CE is #73AD31. Grayscale: #717171. Windows color (decimal): -7580978 or 13521548. OLE color: 13521548.

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

Color convert

RGB 140 82 206 -
CMYK 0.32 0.60 0 0.19
HSL 268.06º 0.56% 0.56% -
HSV(B) 268.06º 0.6% 0.81% -
XYZ 24.97 16.07 60.18 -
YUV 113.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 140 82 206 0.32 0.60 0 0.19 268.06 0.56 0.56
Hex 8C 52 CE 20 3C 0 13 10C 38 38
Octal 214 122 316 40 74 0 23 414 70 70
Binary 10001100 1010010 11001110 100000 111100 0 10011 100001100 111000 111000

Color Harmonies of #8C52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C52CE

Black with #8C52CE

Text Example


Text Example

White with #8C52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,206); }

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

background-color css

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

 a { background-color: rgb(140,82,206); }

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

border-color css

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

 span { border-color: rgb(140,82,206); }

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