Html Css Color HEX #8C5ACF Amethyst

📋 copy color: '#8C5ACF'

red 140 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #8C5ACF

Tints of Amethyst #8C5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

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

R = 32.04%
G = 20.59%
B = 47.37%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C5ACF (or 0x8C5ACF) is known color: Amethyst. HEX triplet: 8C, 5A and CF. RGB value is (140,90,207). Sum of RGB (Red+Green+Blue) = 140+90+207=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ACF is #73A530. Grayscale: #757575. Windows color (decimal): -7578929 or 13589132. OLE color: 13589132.

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

Color convert

RGB 140 90 207 -
CMYK 0.32 0.57 0 0.19
HSL 265.64º 0.55% 0.58% -
HSV(B) 265.64º 0.57% 0.81% -
XYZ 25.73 17.39 61.03 -
YUV 118.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 140 90 207 0.32 0.57 0 0.19 265.64 0.55 0.58
Hex 8C 5A CF 20 39 0 13 10A 37 3A
Octal 214 132 317 40 71 0 23 412 67 72
Binary 10001100 1011010 11001111 100000 111001 0 10011 100001010 110111 111010

Color Harmonies of #8C5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5ACF

Black with #8C5ACF

Text Example


Text Example

White with #8C5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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