Html Css Color HEX #8C60CF Amethyst

📋 copy color: '#8C60CF'

red 140 ◦ green 96 ◦ blue 207

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

Shades of Amethyst #8C60CF

Tints of Amethyst #8C60CF

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

 GREEN value IS 96 (37.89% from 255) = 21.67%

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

R = 31.6%
G = 21.67%
B = 46.73%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C60CF (or 0x8C60CF) is known color: Amethyst. HEX triplet: 8C, 60 and CF. RGB value is (140,96,207). Sum of RGB (Red+Green+Blue) = 140+96+207=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60CF is #739F30. Grayscale: #797979. Windows color (decimal): -7577393 or 13590668. OLE color: 13590668.

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

Color convert

RGB 140 96 207 -
CMYK 0.32 0.54 0 0.19
HSL 263.78º 0.54% 0.59% -
HSV(B) 263.78º 0.54% 0.81% -
XYZ 26.26 18.45 61.21 -
YUV 121.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 140 96 207 0.32 0.54 0 0.19 263.78 0.54 0.59
Hex 8C 60 CF 20 36 0 13 108 36 3B
Octal 214 140 317 40 66 0 23 410 66 73
Binary 10001100 1100000 11001111 100000 110110 0 10011 100001000 110110 111011

Color Harmonies of #8C60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60CF

Black with #8C60CF

Text Example


Text Example

White with #8C60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,207); }

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

background-color css

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

 a { background-color: rgb(140,96,207); }

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

border-color css

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

 span { border-color: rgb(140,96,207); }

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