Html Css Color HEX #8C52CB Amethyst

📋 copy color: '#8C52CB'

red 140 ◦ green 82 ◦ blue 203

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

Shades of Amethyst #8C52CB

Tints of Amethyst #8C52CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 32.94%
G = 19.29%
B = 47.76%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C52CB (or 0x8C52CB) is known color: Amethyst. HEX triplet: 8C, 52 and CB. RGB value is (140,82,203). Sum of RGB (Red+Green+Blue) = 140+82+203=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52CB is #73AD34. Grayscale: #707070. Windows color (decimal): -7580981 or 13324940. OLE color: 13324940.

HSL color Cylindrical-coordinate representation of color #8C52CB: hue angle of 268.76º degrees, saturation: 0.54, 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 #8C52CB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 82 203 -
CMYK 0.31 0.60 0 0.20
HSL 268.76º 0.54% 0.56% -
HSV(B) 268.76º 0.6% 0.8% -
XYZ 24.61 15.92 58.28 -
YUV 113.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 140 82 203 0.31 0.60 0 0.20 268.76 0.54 0.56
Hex 8C 52 CB 1F 3C 0 14 10D 36 38
Octal 214 122 313 37 74 0 24 415 66 70
Binary 10001100 1010010 11001011 11111 111100 0 10100 100001101 110110 111000

Color Harmonies of #8C52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C52CB

Black with #8C52CB

Text Example


Text Example

White with #8C52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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