Html Css Color HEX #885BBE Amethyst

📋 copy color: '#885BBE'

red 136 ◦ green 91 ◦ blue 190

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

Shades of Amethyst #885BBE

Tints of Amethyst #885BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 32.61%
G = 21.82%
B = 45.56%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#885BBE (or 0x885BBE) is known color: Amethyst. HEX triplet: 88, 5B and BE. RGB value is (136,91,190). Sum of RGB (Red+Green+Blue) = 136+91+190=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #885BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BBE is #77A441. Grayscale: #737373. Windows color (decimal): -7840834 or 12475272. OLE color: 12475272.

HSL color Cylindrical-coordinate representation of color #885BBE: hue angle of 267.27º degrees, saturation: 0.43, 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 #885BBE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 91 190 -
CMYK 0.28 0.52 0 0.25
HSL 267.27º 0.43% 0.55% -
HSV(B) 267.27º 0.52% 0.75% -
XYZ 23.19 16.43 50.67 -
YUV 115.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 136 91 190 0.28 0.52 0 0.25 267.27 0.43 0.55
Hex 88 5B BE 1C 34 0 19 10B 2B 37
Octal 210 133 276 34 64 0 31 413 53 67
Binary 10001000 1011011 10111110 11100 110100 0 11001 100001011 101011 110111

Color Harmonies of #885BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BBE

Black with #885BBE

Text Example


Text Example

White with #885BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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