Html Css Color HEX #8951DB Amethyst

📋 copy color: '#8951DB'

red 137 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #8951DB

Tints of Amethyst #8951DB

RGB

 RED value IS 137 (53.91% from 255) = 31.35%

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

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

R = 31.35%
G = 18.54%
B = 50.11%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8951DB (or 0x8951DB) is known color: Amethyst. HEX triplet: 89, 51 and DB. RGB value is (137,81,219). Sum of RGB (Red+Green+Blue) = 137+81+219=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8951DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951DB is #76AE24. Grayscale: #707070. Windows color (decimal): -7777829 or 14373257. OLE color: 14373257.

HSL color Cylindrical-coordinate representation of color #8951DB: hue angle of 264.35º 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 #8951DB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 81 219 -
CMYK 0.37 0.63 0 0.14
HSL 264.35º 0.66% 0.59% -
HSV(B) 264.35º 0.63% 0.86% -
XYZ 26.05 16.32 68.79 -
YUV 113.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 137 81 219 0.37 0.63 0 0.14 264.35 0.66 0.59
Hex 89 51 DB 25 3F 0 E 108 42 3B
Octal 211 121 333 45 77 0 16 410 102 73
Binary 10001001 1010001 11011011 100101 111111 0 1110 100001000 1000010 111011

Color Harmonies of #8951DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8951DB

Black with #8951DB

Text Example


Text Example

White with #8951DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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