Html Css Color HEX #8C5DBF Amethyst

📋 copy color: '#8C5DBF'

red 140 ◦ green 93 ◦ blue 191

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

Shades of Amethyst #8C5DBF

Tints of Amethyst #8C5DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 33.02%
G = 21.93%
B = 45.05%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C5DBF (or 0x8C5DBF) is known color: Amethyst. HEX triplet: 8C, 5D and BF. RGB value is (140,93,191). Sum of RGB (Red+Green+Blue) = 140+93+191=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5DBF is #73A240. Grayscale: #757575. Windows color (decimal): -7578177 or 12541324. OLE color: 12541324.

HSL color Cylindrical-coordinate representation of color #8C5DBF: hue angle of 268.78º degrees, saturation: 0.43, 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 #8C5DBF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 93 191 -
CMYK 0.27 0.51 0 0.25
HSL 268.78º 0.43% 0.56% -
HSV(B) 268.78º 0.51% 0.75% -
XYZ 24.13 17.17 51.33 -
YUV 118.23 169.07 143.53 -
System Red Green Blue C M Y K H S L
Decimal 140 93 191 0.27 0.51 0 0.25 268.78 0.43 0.56
Hex 8C 5D BF 1B 33 0 19 10D 2B 38
Octal 214 135 277 33 63 0 31 415 53 70
Binary 10001100 1011101 10111111 11011 110011 0 11001 100001101 101011 111000

Color Harmonies of #8C5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5DBF

Black with #8C5DBF

Text Example


Text Example

White with #8C5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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