Html Css Color HEX #8950DB Amethyst

📋 copy color: '#8950DB'

red 137 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #8950DB

Tints of Amethyst #8950DB

RGB

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

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

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

R = 31.42%
G = 18.35%
B = 50.23%

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

#8950DB (or 0x8950DB) is known color: Amethyst. HEX triplet: 89, 50 and DB. RGB value is (137,80,219). Sum of RGB (Red+Green+Blue) = 137+80+219=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 80 (31.64% from 255 or 18.35% 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 #8950DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950DB is #76AF24. Grayscale: #707070. Windows color (decimal): -7778085 or 14373001. OLE color: 14373001.

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

Color convert

RGB 137 80 219 -
CMYK 0.37 0.63 0 0.14
HSL 264.6º 0.66% 0.59% -
HSV(B) 264.6º 0.63% 0.86% -
XYZ 25.97 16.17 68.77 -
YUV 112.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 137 80 219 0.37 0.63 0 0.14 264.6 0.66 0.59
Hex 89 50 DB 25 3F 0 E 109 42 3B
Octal 211 120 333 45 77 0 16 411 102 73
Binary 10001001 1010000 11011011 100101 111111 0 1110 100001001 1000010 111011

Color Harmonies of #8950DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950DB

Black with #8950DB

Text Example


Text Example

White with #8950DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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