Html Css Color HEX #8F5CCA Amethyst

📋 copy color: '#8F5CCA'

red 143 ◦ green 92 ◦ blue 202

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

Shades of Amethyst #8F5CCA

Tints of Amethyst #8F5CCA

RGB

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

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

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

R = 32.72%
G = 21.05%
B = 46.22%

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

#8F5CCA (or 0x8F5CCA) is known color: Amethyst. HEX triplet: 8F, 5C and CA. RGB value is (143,92,202). Sum of RGB (Red+Green+Blue) = 143+92+202=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F5CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CCA is #70A335. Grayscale: #777777. Windows color (decimal): -7381814 or 13261967. OLE color: 13261967.

HSL color Cylindrical-coordinate representation of color #8F5CCA: hue angle of 267.82º 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 #8F5CCA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 92 202 -
CMYK 0.29 0.54 0 0.21
HSL 267.82º 0.51% 0.58% -
HSV(B) 267.82º 0.54% 0.79% -
XYZ 25.82 17.76 57.94 -
YUV 119.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 143 92 202 0.29 0.54 0 0.21 267.82 0.51 0.58
Hex 8F 5C CA 1D 36 0 15 10C 33 3A
Octal 217 134 312 35 66 0 25 414 63 72
Binary 10001111 1011100 11001010 11101 110110 0 10101 100001100 110011 111010

Color Harmonies of #8F5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5CCA

Black with #8F5CCA

Text Example


Text Example

White with #8F5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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