Html Css Color HEX #8F5CCF Amethyst

📋 copy color: '#8F5CCF'

red 143 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #8F5CCF

Tints of Amethyst #8F5CCF

RGB

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

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

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

R = 32.35%
G = 20.81%
B = 46.83%

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

#8F5CCF (or 0x8F5CCF) is known color: Amethyst. HEX triplet: 8F, 5C and CF. RGB value is (143,92,207). Sum of RGB (Red+Green+Blue) = 143+92+207=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CCF is #70A330. Grayscale: #777777. Windows color (decimal): -7381809 or 13589647. OLE color: 13589647.

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

Color convert

RGB 143 92 207 -
CMYK 0.31 0.56 0 0.19
HSL 266.61º 0.55% 0.59% -
HSV(B) 266.61º 0.56% 0.81% -
XYZ 26.42 18 61.11 -
YUV 120.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 143 92 207 0.31 0.56 0 0.19 266.61 0.55 0.59
Hex 8F 5C CF 1F 38 0 13 10B 37 3B
Octal 217 134 317 37 70 0 23 413 67 73
Binary 10001111 1011100 11001111 11111 111000 0 10011 100001011 110111 111011

Color Harmonies of #8F5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5CCF

Black with #8F5CCF

Text Example


Text Example

White with #8F5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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