Html Css Color HEX #8851DB Amethyst

📋 copy color: '#8851DB'

red 136 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #8851DB

Tints of Amethyst #8851DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.58%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 31.19%
G = 18.58%
B = 50.23%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8851DB (or 0x8851DB) is known color: Amethyst. HEX triplet: 88, 51 and DB. RGB value is (136,81,219). Sum of RGB (Red+Green+Blue) = 136+81+219=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8851DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851DB is #77AE24. Grayscale: #707070. Windows color (decimal): -7843365 or 14373256. OLE color: 14373256.

HSL color Cylindrical-coordinate representation of color #8851DB: hue angle of 263.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8851DB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 81 219 -
CMYK 0.38 0.63 0 0.14
HSL 263.91º 0.66% 0.59% -
HSV(B) 263.91º 0.63% 0.86% -
XYZ 25.88 16.23 68.79 -
YUV 113.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 136 81 219 0.38 0.63 0 0.14 263.91 0.66 0.59
Hex 88 51 DB 26 3F 0 E 108 42 3B
Octal 210 121 333 46 77 0 16 410 102 73
Binary 10001000 1010001 11011011 100110 111111 0 1110 100001000 1000010 111011

Color Harmonies of #8851DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8851DB

Black with #8851DB

Text Example


Text Example

White with #8851DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8851DB; }

 p { color: rgb(136,81,219); }

 H1.HeaderClassName
 {
   color: #8851DB;
 }
 .AnyTagClassName
 {
   color: #8851DB;
 }
</style>

background-color css

<style>
 a { background-color: #8851DB; }

 a { background-color: rgb(136,81,219); }

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

border-color css

<style>
 span { border-color: #8851DB; }

 span { border-color: rgb(136,81,219); }

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