Html Css Color HEX #885BBF Amethyst

📋 copy color: '#885BBF'

red 136 ◦ green 91 ◦ blue 191

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

Shades of Amethyst #885BBF

Tints of Amethyst #885BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 32.54%
G = 21.77%
B = 45.69%

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

#885BBF (or 0x885BBF) is known color: Amethyst. HEX triplet: 88, 5B and BF. RGB value is (136,91,191). Sum of RGB (Red+Green+Blue) = 136+91+191=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #885BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BBF is #77A440. Grayscale: #737373. Windows color (decimal): -7840833 or 12540808. OLE color: 12540808.

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

Color convert

RGB 136 91 191 -
CMYK 0.29 0.52 0 0.25
HSL 267º 0.44% 0.55% -
HSV(B) 267º 0.52% 0.75% -
XYZ 23.3 16.48 51.24 -
YUV 115.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 136 91 191 0.29 0.52 0 0.25 267 0.44 0.55
Hex 88 5B BF 1D 34 0 19 10B 2C 37
Octal 210 133 277 35 64 0 31 413 54 67
Binary 10001000 1011011 10111111 11101 110100 0 11001 100001011 101100 110111

Color Harmonies of #885BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BBF

Black with #885BBF

Text Example


Text Example

White with #885BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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