Html Css Color HEX #8F5DCA Amethyst

📋 copy color: '#8F5DCA'

red 143 ◦ green 93 ◦ blue 202

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

Shades of Amethyst #8F5DCA

Tints of Amethyst #8F5DCA

RGB

 RED value IS 143 (56.25% from 255) = 32.65%

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 32.65%
G = 21.23%
B = 46.12%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F5DCA (or 0x8F5DCA) is known color: Amethyst. HEX triplet: 8F, 5D and CA. RGB value is (143,93,202). Sum of RGB (Red+Green+Blue) = 143+93+202=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5DCA is #70A235. Grayscale: #777777. Windows color (decimal): -7381558 or 13262223. OLE color: 13262223.

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

Color convert

RGB 143 93 202 -
CMYK 0.29 0.54 0 0.21
HSL 267.52º 0.51% 0.58% -
HSV(B) 267.52º 0.54% 0.79% -
XYZ 25.9 17.93 57.97 -
YUV 120.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 143 93 202 0.29 0.54 0 0.21 267.52 0.51 0.58
Hex 8F 5D CA 1D 36 0 15 10C 33 3A
Octal 217 135 312 35 66 0 25 414 63 72
Binary 10001111 1011101 11001010 11101 110110 0 10101 100001100 110011 111010

Color Harmonies of #8F5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5DCA

Black with #8F5DCA

Text Example


Text Example

White with #8F5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,93,202); }

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

background-color css

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

 a { background-color: rgb(143,93,202); }

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

border-color css

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

 span { border-color: rgb(143,93,202); }

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