Html Css Color HEX #8C50DD Amethyst

📋 copy color: '#8C50DD'

red 140 ◦ green 80 ◦ blue 221

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

Shades of Amethyst #8C50DD

Tints of Amethyst #8C50DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 31.75%
G = 18.14%
B = 50.11%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C50DD (or 0x8C50DD) is known color: Amethyst. HEX triplet: 8C, 50 and DD. RGB value is (140,80,221). Sum of RGB (Red+Green+Blue) = 140+80+221=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C50DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50DD is #73AF22. Grayscale: #717171. Windows color (decimal): -7581475 or 14504076. OLE color: 14504076.

HSL color Cylindrical-coordinate representation of color #8C50DD: hue angle of 265.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C50DD is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 80 221 -
CMYK 0.37 0.64 0 0.13
HSL 265.53º 0.67% 0.59% -
HSV(B) 265.53º 0.64% 0.87% -
XYZ 26.74 16.53 70.19 -
YUV 114.01 188.38 146.54 -
System Red Green Blue C M Y K H S L
Decimal 140 80 221 0.37 0.64 0 0.13 265.53 0.67 0.59
Hex 8C 50 DD 25 40 0 D 10A 43 3B
Octal 214 120 335 45 100 0 15 412 103 73
Binary 10001100 1010000 11011101 100101 1000000 0 1101 100001010 1000011 111011

Color Harmonies of #8C50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50DD

Black with #8C50DD

Text Example


Text Example

White with #8C50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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