Html Css Color HEX #8F61C9 Amethyst

📋 copy color: '#8F61C9'

red 143 ◦ green 97 ◦ blue 201

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

Shades of Amethyst #8F61C9

Tints of Amethyst #8F61C9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 32.43%
G = 22%
B = 45.58%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F61C9 (or 0x8F61C9) is known color: Amethyst. HEX triplet: 8F, 61 and C9. RGB value is (143,97,201). Sum of RGB (Red+Green+Blue) = 143+97+201=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F61C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61C9 is #709E36. Grayscale: #7A7A7A. Windows color (decimal): -7380535 or 13197711. OLE color: 13197711.

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

Color convert

RGB 143 97 201 -
CMYK 0.29 0.52 0 0.21
HSL 266.54º 0.49% 0.58% -
HSV(B) 266.54º 0.52% 0.79% -
XYZ 26.15 18.61 57.47 -
YUV 122.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 143 97 201 0.29 0.52 0 0.21 266.54 0.49 0.58
Hex 8F 61 C9 1D 34 0 15 10B 31 3A
Octal 217 141 311 35 64 0 25 413 61 72
Binary 10001111 1100001 11001001 11101 110100 0 10101 100001011 110001 111010

Color Harmonies of #8F61C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F61C9

Black with #8F61C9

Text Example


Text Example

White with #8F61C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,97,201); }

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

background-color css

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

 a { background-color: rgb(143,97,201); }

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

border-color css

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

 span { border-color: rgb(143,97,201); }

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