Html Css Color HEX #885BC1 Amethyst

📋 copy color: '#885BC1'

red 136 ◦ green 91 ◦ blue 193

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

Shades of Amethyst #885BC1

Tints of Amethyst #885BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 32.38%
G = 21.67%
B = 45.95%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#885BC1 (or 0x885BC1) is known color: Amethyst. HEX triplet: 88, 5B and C1. RGB value is (136,91,193). Sum of RGB (Red+Green+Blue) = 136+91+193=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #885BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BC1 is #77A43E. Grayscale: #737373. Windows color (decimal): -7840831 or 12671880. OLE color: 12671880.

HSL color Cylindrical-coordinate representation of color #885BC1: hue angle of 266.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885BC1 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 91 193 -
CMYK 0.30 0.53 0 0.24
HSL 266.47º 0.45% 0.56% -
HSV(B) 266.47º 0.53% 0.76% -
XYZ 23.52 16.57 52.41 -
YUV 116.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 136 91 193 0.30 0.53 0 0.24 266.47 0.45 0.56
Hex 88 5B C1 1E 35 0 18 10A 2D 38
Octal 210 133 301 36 65 0 30 412 55 70
Binary 10001000 1011011 11000001 11110 110101 0 11000 100001010 101101 111000

Color Harmonies of #885BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BC1

Black with #885BC1

Text Example


Text Example

White with #885BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,91,193); }

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

background-color css

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

 a { background-color: rgb(136,91,193); }

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

border-color css

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

 span { border-color: rgb(136,91,193); }

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