Html Css Color HEX #9050DF Amethyst

📋 copy color: '#9050DF'

red 144 ◦ green 80 ◦ blue 223

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

Shades of Amethyst #9050DF

Tints of Amethyst #9050DF

RGB

 RED value IS 144 (56.64% from 255) = 32.21%

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

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

R = 32.21%
G = 17.9%
B = 49.89%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9050DF (or 0x9050DF) is known color: Amethyst. HEX triplet: 90, 50 and DF. RGB value is (144,80,223). Sum of RGB (Red+Green+Blue) = 144+80+223=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #9050DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050DF is #6FAF20. Grayscale: #727272. Windows color (decimal): -7319329 or 14635152. OLE color: 14635152.

HSL color Cylindrical-coordinate representation of color #9050DF: hue angle of 266.85º 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 #9050DF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 80 223 -
CMYK 0.35 0.64 0 0.13
HSL 266.85º 0.69% 0.59% -
HSV(B) 266.85º 0.64% 0.87% -
XYZ 27.69 16.99 71.63 -
YUV 115.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 144 80 223 0.35 0.64 0 0.13 266.85 0.69 0.59
Hex 90 50 DF 23 40 0 D 10B 45 3B
Octal 220 120 337 43 100 0 15 413 105 73
Binary 10010000 1010000 11011111 100011 1000000 0 1101 100001011 1000101 111011

Color Harmonies of #9050DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050DF

Black with #9050DF

Text Example


Text Example

White with #9050DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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