Html Css Color HEX #8F5CCE Amethyst

📋 copy color: '#8F5CCE'

red 143 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #8F5CCE

Tints of Amethyst #8F5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.86%

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 32.43%
G = 20.86%
B = 46.71%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F5CCE (or 0x8F5CCE) is known color: Amethyst. HEX triplet: 8F, 5C and CE. RGB value is (143,92,206). Sum of RGB (Red+Green+Blue) = 143+92+206=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CCE is #70A331. Grayscale: #777777. Windows color (decimal): -7381810 or 13524111. OLE color: 13524111.

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

Color convert

RGB 143 92 206 -
CMYK 0.31 0.55 0 0.19
HSL 266.84º 0.54% 0.58% -
HSV(B) 266.84º 0.55% 0.81% -
XYZ 26.3 17.95 60.47 -
YUV 120.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 143 92 206 0.31 0.55 0 0.19 266.84 0.54 0.58
Hex 8F 5C CE 1F 37 0 13 10B 36 3A
Octal 217 134 316 37 67 0 23 413 66 72
Binary 10001111 1011100 11001110 11111 110111 0 10011 100001011 110110 111010

Color Harmonies of #8F5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5CCE

Black with #8F5CCE

Text Example


Text Example

White with #8F5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,92,206); }

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

background-color css

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

 a { background-color: rgb(143,92,206); }

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

border-color css

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

 span { border-color: rgb(143,92,206); }

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