Html Css Color HEX #8C5FCC Amethyst

📋 copy color: '#8C5FCC'

red 140 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #8C5FCC

Tints of Amethyst #8C5FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 31.89%
G = 21.64%
B = 46.47%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C5FCC (or 0x8C5FCC) is known color: Amethyst. HEX triplet: 8C, 5F and CC. RGB value is (140,95,204). Sum of RGB (Red+Green+Blue) = 140+95+204=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FCC is #73A033. Grayscale: #787878. Windows color (decimal): -7577652 or 13393804. OLE color: 13393804.

HSL color Cylindrical-coordinate representation of color #8C5FCC: hue angle of 264.77º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C5FCC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 95 204 -
CMYK 0.31 0.53 0 0.2
HSL 264.77º 0.52% 0.59% -
HSV(B) 264.77º 0.53% 0.8% -
XYZ 25.81 18.12 59.26 -
YUV 120.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 140 95 204 0.31 0.53 0 0.2 264.77 0.52 0.59
Hex 8C 5F CC 1F 35 0 14 109 34 3B
Octal 214 137 314 37 65 0 24 411 64 73
Binary 10001100 1011111 11001100 11111 110101 0 10100 100001001 110100 111011

Color Harmonies of #8C5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FCC

Black with #8C5FCC

Text Example


Text Example

White with #8C5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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