Html Css Color HEX #8C5FCA Amethyst

📋 copy color: '#8C5FCA'

red 140 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #8C5FCA

Tints of Amethyst #8C5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

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

R = 32.04%
G = 21.74%
B = 46.22%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C5FCA (or 0x8C5FCA) is known color: Amethyst. HEX triplet: 8C, 5F and CA. RGB value is (140,95,202). Sum of RGB (Red+Green+Blue) = 140+95+202=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FCA is #73A035. Grayscale: #787878. Windows color (decimal): -7577654 or 13262732. OLE color: 13262732.

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

Color convert

RGB 140 95 202 -
CMYK 0.31 0.53 0 0.21
HSL 265.23º 0.5% 0.58% -
HSV(B) 265.23º 0.53% 0.79% -
XYZ 25.57 18.02 58.01 -
YUV 120.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 140 95 202 0.31 0.53 0 0.21 265.23 0.5 0.58
Hex 8C 5F CA 1F 35 0 15 109 32 3A
Octal 214 137 312 37 65 0 25 411 62 72
Binary 10001100 1011111 11001010 11111 110101 0 10101 100001001 110010 111010

Color Harmonies of #8C5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FCA

Black with #8C5FCA

Text Example


Text Example

White with #8C5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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