Html Css Color HEX #885AC0 Amethyst

📋 copy color: '#885AC0'

red 136 ◦ green 90 ◦ blue 192

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

Shades of Amethyst #885AC0

Tints of Amethyst #885AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.53%

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

R = 32.54%
G = 21.53%
B = 45.93%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#885AC0 (or 0x885AC0) is known color: Amethyst. HEX triplet: 88, 5A and C0. RGB value is (136,90,192). Sum of RGB (Red+Green+Blue) = 136+90+192=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #885AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AC0 is #77A53F. Grayscale: #737373. Windows color (decimal): -7841088 or 12606088. OLE color: 12606088.

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

Color convert

RGB 136 90 192 -
CMYK 0.29 0.53 0 0.25
HSL 267.06º 0.45% 0.55% -
HSV(B) 267.06º 0.53% 0.75% -
XYZ 23.32 16.35 51.8 -
YUV 115.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 136 90 192 0.29 0.53 0 0.25 267.06 0.45 0.55
Hex 88 5A C0 1D 35 0 19 10B 2D 37
Octal 210 132 300 35 65 0 31 413 55 67
Binary 10001000 1011010 11000000 11101 110101 0 11001 100001011 101101 110111

Color Harmonies of #885AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AC0

Black with #885AC0

Text Example


Text Example

White with #885AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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