Html Css Color HEX #8C50CE Amethyst

📋 copy color: '#8C50CE'

red 140 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #8C50CE

Tints of Amethyst #8C50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 32.86%
G = 18.78%
B = 48.36%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C50CE (or 0x8C50CE) is known color: Amethyst. HEX triplet: 8C, 50 and CE. RGB value is (140,80,206). Sum of RGB (Red+Green+Blue) = 140+80+206=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50CE is #73AF31. Grayscale: #6F6F6F. Windows color (decimal): -7581490 or 13521036. OLE color: 13521036.

HSL color Cylindrical-coordinate representation of color #8C50CE: hue angle of 268.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C50CE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 80 206 -
CMYK 0.32 0.61 0 0.19
HSL 268.57º 0.56% 0.56% -
HSV(B) 268.57º 0.61% 0.81% -
XYZ 24.82 15.77 60.13 -
YUV 112.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 140 80 206 0.32 0.61 0 0.19 268.57 0.56 0.56
Hex 8C 50 CE 20 3D 0 13 10D 38 38
Octal 214 120 316 40 75 0 23 415 70 70
Binary 10001100 1010000 11001110 100000 111101 0 10011 100001101 111000 111000

Color Harmonies of #8C50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50CE

Black with #8C50CE

Text Example


Text Example

White with #8C50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,206); }

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

background-color css

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

 a { background-color: rgb(140,80,206); }

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

border-color css

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

 span { border-color: rgb(140,80,206); }

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