Html Css Color HEX #8C5FCF Amethyst

📋 copy color: '#8C5FCF'

red 140 ◦ green 95 ◦ blue 207

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

Shades of Amethyst #8C5FCF

Tints of Amethyst #8C5FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 31.67%
G = 21.49%
B = 46.83%

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

#8C5FCF (or 0x8C5FCF) is known color: Amethyst. HEX triplet: 8C, 5F and CF. RGB value is (140,95,207). Sum of RGB (Red+Green+Blue) = 140+95+207=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 95 (37.5% from 255 or 21.49% 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 #8C5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FCF is #73A030. Grayscale: #787878. Windows color (decimal): -7577649 or 13590412. OLE color: 13590412.

HSL color Cylindrical-coordinate representation of color #8C5FCF: hue angle of 264.11º 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 #8C5FCF is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 95 207 -
CMYK 0.32 0.54 0 0.19
HSL 264.11º 0.54% 0.59% -
HSV(B) 264.11º 0.54% 0.81% -
XYZ 26.17 18.26 61.18 -
YUV 121.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 140 95 207 0.32 0.54 0 0.19 264.11 0.54 0.59
Hex 8C 5F CF 20 36 0 13 108 36 3B
Octal 214 137 317 40 66 0 23 410 66 73
Binary 10001100 1011111 11001111 100000 110110 0 10011 100001000 110110 111011

Color Harmonies of #8C5FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FCF

Black with #8C5FCF

Text Example


Text Example

White with #8C5FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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