Html Css Color HEX #8C50CD Amethyst

📋 copy color: '#8C50CD'

red 140 ◦ green 80 ◦ blue 205

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

Shades of Amethyst #8C50CD

Tints of Amethyst #8C50CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 32.94%
G = 18.82%
B = 48.24%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C50CD (or 0x8C50CD) is known color: Amethyst. HEX triplet: 8C, 50 and CD. RGB value is (140,80,205). Sum of RGB (Red+Green+Blue) = 140+80+205=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50CD is #73AF32. Grayscale: #6F6F6F. Windows color (decimal): -7581491 or 13455500. OLE color: 13455500.

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

Color convert

RGB 140 80 205 -
CMYK 0.32 0.61 0 0.20
HSL 268.8º 0.56% 0.56% -
HSV(B) 268.8º 0.61% 0.8% -
XYZ 24.7 15.72 59.49 -
YUV 112.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 140 80 205 0.32 0.61 0 0.20 268.8 0.56 0.56
Hex 8C 50 CD 20 3D 0 14 10D 38 38
Octal 214 120 315 40 75 0 24 415 70 70
Binary 10001100 1010000 11001101 100000 111101 0 10100 100001101 111000 111000

Color Harmonies of #8C50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50CD

Black with #8C50CD

Text Example


Text Example

White with #8C50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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