Html Css Color HEX #8C5BCA Amethyst

📋 copy color: '#8C5BCA'

red 140 ◦ green 91 ◦ blue 202

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

Shades of Amethyst #8C5BCA

Tints of Amethyst #8C5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.02%

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

R = 32.33%
G = 21.02%
B = 46.65%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C5BCA (or 0x8C5BCA) is known color: Amethyst. HEX triplet: 8C, 5B and CA. RGB value is (140,91,202). Sum of RGB (Red+Green+Blue) = 140+91+202=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BCA is #73A435. Grayscale: #757575. Windows color (decimal): -7578678 or 13261708. OLE color: 13261708.

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

Color convert

RGB 140 91 202 -
CMYK 0.31 0.55 0 0.21
HSL 266.49º 0.51% 0.57% -
HSV(B) 266.49º 0.55% 0.79% -
XYZ 25.22 17.32 57.89 -
YUV 118.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 140 91 202 0.31 0.55 0 0.21 266.49 0.51 0.57
Hex 8C 5B CA 1F 37 0 15 10A 33 39
Octal 214 133 312 37 67 0 25 412 63 71
Binary 10001100 1011011 11001010 11111 110111 0 10101 100001010 110011 111001

Color Harmonies of #8C5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BCA

Black with #8C5BCA

Text Example


Text Example

White with #8C5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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