Html Css Color HEX #8D5DCB Amethyst

📋 copy color: '#8D5DCB'

red 141 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #8D5DCB

Tints of Amethyst #8D5DCB

RGB

 RED value IS 141 (55.47% from 255) = 32.27%

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 32.27%
G = 21.28%
B = 46.45%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D5DCB (or 0x8D5DCB) is known color: Amethyst. HEX triplet: 8D, 5D and CB. RGB value is (141,93,203). Sum of RGB (Red+Green+Blue) = 141+93+203=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DCB is #72A234. Grayscale: #777777. Windows color (decimal): -7512629 or 13327757. OLE color: 13327757.

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

Color convert

RGB 141 93 203 -
CMYK 0.31 0.54 0 0.20
HSL 266.18º 0.51% 0.58% -
HSV(B) 266.18º 0.54% 0.8% -
XYZ 25.68 17.8 58.58 -
YUV 119.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 141 93 203 0.31 0.54 0 0.20 266.18 0.51 0.58
Hex 8D 5D CB 1F 36 0 14 10A 33 3A
Octal 215 135 313 37 66 0 24 412 63 72
Binary 10001101 1011101 11001011 11111 110110 0 10100 100001010 110011 111010

Color Harmonies of #8D5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5DCB

Black with #8D5DCB

Text Example


Text Example

White with #8D5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,93,203); }

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

background-color css

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

 a { background-color: rgb(141,93,203); }

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

border-color css

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

 span { border-color: rgb(141,93,203); }

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