Html Css Color HEX #8C5DCD Amethyst

📋 copy color: '#8C5DCD'

red 140 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #8C5DCD

Tints of Amethyst #8C5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

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

R = 31.96%
G = 21.23%
B = 46.8%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C5DCD (or 0x8C5DCD) is known color: Amethyst. HEX triplet: 8C, 5D and CD. RGB value is (140,93,205). Sum of RGB (Red+Green+Blue) = 140+93+205=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5DCD is #73A232. Grayscale: #777777. Windows color (decimal): -7578163 or 13458828. OLE color: 13458828.

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

Color convert

RGB 140 93 205 -
CMYK 0.32 0.55 0 0.20
HSL 265.18º 0.53% 0.58% -
HSV(B) 265.18º 0.55% 0.8% -
XYZ 25.75 17.81 59.84 -
YUV 119.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 140 93 205 0.32 0.55 0 0.20 265.18 0.53 0.58
Hex 8C 5D CD 20 37 0 14 109 35 3A
Octal 214 135 315 40 67 0 24 411 65 72
Binary 10001100 1011101 11001101 100000 110111 0 10100 100001001 110101 111010

Color Harmonies of #8C5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5DCD

Black with #8C5DCD

Text Example


Text Example

White with #8C5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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