Html Css Color HEX #8950DF Amethyst

📋 copy color: '#8950DF'

red 137 ◦ green 80 ◦ blue 223

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

Shades of Amethyst #8950DF

Tints of Amethyst #8950DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 31.14%
G = 18.18%
B = 50.68%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8950DF (or 0x8950DF) is known color: Amethyst. HEX triplet: 89, 50 and DF. RGB value is (137,80,223). Sum of RGB (Red+Green+Blue) = 137+80+223=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8950DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950DF is #76AF20. Grayscale: #707070. Windows color (decimal): -7778081 or 14635145. OLE color: 14635145.

HSL color Cylindrical-coordinate representation of color #8950DF: hue angle of 263.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8950DF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 80 223 -
CMYK 0.39 0.64 0 0.13
HSL 263.92º 0.69% 0.59% -
HSV(B) 263.92º 0.64% 0.87% -
XYZ 26.5 16.38 71.58 -
YUV 113.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 137 80 223 0.39 0.64 0 0.13 263.92 0.69 0.59
Hex 89 50 DF 27 40 0 D 108 45 3B
Octal 211 120 337 47 100 0 15 410 105 73
Binary 10001001 1010000 11011111 100111 1000000 0 1101 100001000 1000101 111011

Color Harmonies of #8950DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950DF

Black with #8950DF

Text Example


Text Example

White with #8950DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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