Html Css Color HEX #8F5BCF Amethyst

📋 copy color: '#8F5BCF'

red 143 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #8F5BCF

Tints of Amethyst #8F5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 32.43%
G = 20.63%
B = 46.94%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F5BCF (or 0x8F5BCF) is known color: Amethyst. HEX triplet: 8F, 5B and CF. RGB value is (143,91,207). Sum of RGB (Red+Green+Blue) = 143+91+207=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BCF is #70A430. Grayscale: #777777. Windows color (decimal): -7382065 or 13589391. OLE color: 13589391.

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

Color convert

RGB 143 91 207 -
CMYK 0.31 0.56 0 0.19
HSL 266.9º 0.55% 0.58% -
HSV(B) 266.9º 0.56% 0.81% -
XYZ 26.33 17.83 61.08 -
YUV 119.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 143 91 207 0.31 0.56 0 0.19 266.9 0.55 0.58
Hex 8F 5B CF 1F 38 0 13 10B 37 3A
Octal 217 133 317 37 70 0 23 413 67 72
Binary 10001111 1011011 11001111 11111 111000 0 10011 100001011 110111 111010

Color Harmonies of #8F5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5BCF

Black with #8F5BCF

Text Example


Text Example

White with #8F5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,91,207); }

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

background-color css

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

 a { background-color: rgb(143,91,207); }

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

border-color css

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

 span { border-color: rgb(143,91,207); }

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