Html Css Color HEX #8C51CA Amethyst

📋 copy color: '#8C51CA'

red 140 ◦ green 81 ◦ blue 202

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

Shades of Amethyst #8C51CA

Tints of Amethyst #8C51CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 33.1%
G = 19.15%
B = 47.75%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C51CA (or 0x8C51CA) is known color: Amethyst. HEX triplet: 8C, 51 and CA. RGB value is (140,81,202). Sum of RGB (Red+Green+Blue) = 140+81+202=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51CA is #73AE35. Grayscale: #707070. Windows color (decimal): -7581238 or 13259148. OLE color: 13259148.

HSL color Cylindrical-coordinate representation of color #8C51CA: hue angle of 269.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C51CA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 81 202 -
CMYK 0.31 0.60 0 0.21
HSL 269.26º 0.53% 0.55% -
HSV(B) 269.26º 0.6% 0.79% -
XYZ 24.42 15.72 57.63 -
YUV 112.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 140 81 202 0.31 0.60 0 0.21 269.26 0.53 0.55
Hex 8C 51 CA 1F 3C 0 15 10D 35 37
Octal 214 121 312 37 74 0 25 415 65 67
Binary 10001100 1010001 11001010 11111 111100 0 10101 100001101 110101 110111

Color Harmonies of #8C51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C51CA

Black with #8C51CA

Text Example


Text Example

White with #8C51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,202); }

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

background-color css

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

 a { background-color: rgb(140,81,202); }

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

border-color css

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

 span { border-color: rgb(140,81,202); }

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