Html Css Color HEX #8C5EBE Amethyst

📋 copy color: '#8C5EBE'

red 140 ◦ green 94 ◦ blue 190

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

Shades of Amethyst #8C5EBE

Tints of Amethyst #8C5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 33.02%
G = 22.17%
B = 44.81%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C5EBE (or 0x8C5EBE) is known color: Amethyst. HEX triplet: 8C, 5E and BE. RGB value is (140,94,190). Sum of RGB (Red+Green+Blue) = 140+94+190=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5EBE is #73A141. Grayscale: #767676. Windows color (decimal): -7577922 or 12476044. OLE color: 12476044.

HSL color Cylindrical-coordinate representation of color #8C5EBE: hue angle of 268.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5EBE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 94 190 -
CMYK 0.26 0.51 0 0.25
HSL 268.75º 0.42% 0.56% -
HSV(B) 268.75º 0.51% 0.75% -
XYZ 24.11 17.3 50.78 -
YUV 118.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 140 94 190 0.26 0.51 0 0.25 268.75 0.42 0.56
Hex 8C 5E BE 1A 33 0 19 10D 2A 38
Octal 214 136 276 32 63 0 31 415 52 70
Binary 10001100 1011110 10111110 11010 110011 0 11001 100001101 101010 111000

Color Harmonies of #8C5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5EBE

Black with #8C5EBE

Text Example


Text Example

White with #8C5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,190); }

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

background-color css

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

 a { background-color: rgb(140,94,190); }

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

border-color css

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

 span { border-color: rgb(140,94,190); }

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