Html Css Color HEX #8850D1 Amethyst

📋 copy color: '#8850D1'

red 136 ◦ green 80 ◦ blue 209

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

Shades of Amethyst #8850D1

Tints of Amethyst #8850D1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 32%
G = 18.82%
B = 49.18%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8850D1 (or 0x8850D1) is known color: Amethyst. HEX triplet: 88, 50 and D1. RGB value is (136,80,209). Sum of RGB (Red+Green+Blue) = 136+80+209=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #8850D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850D1 is #77AF2E. Grayscale: #6E6E6E. Windows color (decimal): -7843631 or 13717640. OLE color: 13717640.

HSL color Cylindrical-coordinate representation of color #8850D1: hue angle of 266.05º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8850D1 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 80 209 -
CMYK 0.35 0.62 0 0.18
HSL 266.05º 0.58% 0.57% -
HSV(B) 266.05º 0.62% 0.82% -
XYZ 24.53 15.58 62.03 -
YUV 111.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 136 80 209 0.35 0.62 0 0.18 266.05 0.58 0.57
Hex 88 50 D1 23 3E 0 12 10A 3A 39
Octal 210 120 321 43 76 0 22 412 72 71
Binary 10001000 1010000 11010001 100011 111110 0 10010 100001010 111010 111001

Color Harmonies of #8850D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850D1

Black with #8850D1

Text Example


Text Example

White with #8850D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8850D1; }

 p { color: rgb(136,80,209); }

 H1.HeaderClassName
 {
   color: #8850D1;
 }
 .AnyTagClassName
 {
   color: #8850D1;
 }
</style>

background-color css

<style>
 a { background-color: #8850D1; }

 a { background-color: rgb(136,80,209); }

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

border-color css

<style>
 span { border-color: #8850D1; }

 span { border-color: rgb(136,80,209); }

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