Html Css Color HEX #885CC0 Amethyst

📋 copy color: '#885CC0'

red 136 ◦ green 92 ◦ blue 192

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

Shades of Amethyst #885CC0

Tints of Amethyst #885CC0

RGB

 RED value IS 136 (53.52% from 255) = 32.38%

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 192 (75.39% from 255) = 45.71%

R = 32.38%
G = 21.9%
B = 45.71%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#885CC0 (or 0x885CC0) is known color: Amethyst. HEX triplet: 88, 5C and C0. RGB value is (136,92,192). Sum of RGB (Red+Green+Blue) = 136+92+192=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #885CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CC0 is #77A33F. Grayscale: #747474. Windows color (decimal): -7840576 or 12606600. OLE color: 12606600.

HSL color Cylindrical-coordinate representation of color #885CC0: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885CC0 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 92 192 -
CMYK 0.29 0.52 0 0.25
HSL 266.4º 0.44% 0.56% -
HSV(B) 266.4º 0.52% 0.75% -
XYZ 23.49 16.69 51.85 -
YUV 116.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 136 92 192 0.29 0.52 0 0.25 266.4 0.44 0.56
Hex 88 5C C0 1D 34 0 19 10A 2C 38
Octal 210 134 300 35 64 0 31 412 54 70
Binary 10001000 1011100 11000000 11101 110100 0 11001 100001010 101100 111000

Color Harmonies of #885CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CC0

Black with #885CC0

Text Example


Text Example

White with #885CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885CC0; }

 p { color: rgb(136,92,192); }

 H1.HeaderClassName
 {
   color: #885CC0;
 }
 .AnyTagClassName
 {
   color: #885CC0;
 }
</style>

background-color css

<style>
 a { background-color: #885CC0; }

 a { background-color: rgb(136,92,192); }

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

border-color css

<style>
 span { border-color: #885CC0; }

 span { border-color: rgb(136,92,192); }

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