Html Css Color HEX #8D60CB Amethyst

📋 copy color: '#8D60CB'

red 141 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #8D60CB

Tints of Amethyst #8D60CB

RGB

 RED value IS 141 (55.47% from 255) = 32.05%

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

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

R = 32.05%
G = 21.82%
B = 46.14%

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

#8D60CB (or 0x8D60CB) is known color: Amethyst. HEX triplet: 8D, 60 and CB. RGB value is (141,96,203). Sum of RGB (Red+Green+Blue) = 141+96+203=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60CB is #729F34. Grayscale: #797979. Windows color (decimal): -7511861 or 13328525. OLE color: 13328525.

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

Color convert

RGB 141 96 203 -
CMYK 0.31 0.53 0 0.20
HSL 265.23º 0.51% 0.59% -
HSV(B) 265.23º 0.53% 0.8% -
XYZ 25.95 18.34 58.67 -
YUV 121.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 141 96 203 0.31 0.53 0 0.20 265.23 0.51 0.59
Hex 8D 60 CB 1F 35 0 14 109 33 3B
Octal 215 140 313 37 65 0 24 411 63 73
Binary 10001101 1100000 11001011 11111 110101 0 10100 100001001 110011 111011

Color Harmonies of #8D60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D60CB

Black with #8D60CB

Text Example


Text Example

White with #8D60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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