Html Css Color HEX #8C60CB Amethyst

📋 copy color: '#8C60CB'

red 140 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #8C60CB

Tints of Amethyst #8C60CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 31.89%
G = 21.87%
B = 46.24%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C60CB (or 0x8C60CB) is known color: Amethyst. HEX triplet: 8C, 60 and CB. RGB value is (140,96,203). Sum of RGB (Red+Green+Blue) = 140+96+203=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60CB is #739F34. Grayscale: #787878. Windows color (decimal): -7577397 or 13328524. OLE color: 13328524.

HSL color Cylindrical-coordinate representation of color #8C60CB: hue angle of 264.67º degrees, saturation: 0.51, 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 #8C60CB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 96 203 -
CMYK 0.31 0.53 0 0.20
HSL 264.67º 0.51% 0.59% -
HSV(B) 264.67º 0.53% 0.8% -
XYZ 25.78 18.25 58.66 -
YUV 121.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 140 96 203 0.31 0.53 0 0.20 264.67 0.51 0.59
Hex 8C 60 CB 1F 35 0 14 109 33 3B
Octal 214 140 313 37 65 0 24 411 63 73
Binary 10001100 1100000 11001011 11111 110101 0 10100 100001001 110011 111011

Color Harmonies of #8C60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60CB

Black with #8C60CB

Text Example


Text Example

White with #8C60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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