Html Css Color HEX #9050DA Amethyst

📋 copy color: '#9050DA'

red 144 ◦ green 80 ◦ blue 218

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

Shades of Amethyst #9050DA

Tints of Amethyst #9050DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 32.58%
G = 18.1%
B = 49.32%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9050DA (or 0x9050DA) is known color: Amethyst. HEX triplet: 90, 50 and DA. RGB value is (144,80,218). Sum of RGB (Red+Green+Blue) = 144+80+218=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #9050DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050DA is #6FAF25. Grayscale: #727272. Windows color (decimal): -7319334 or 14307472. OLE color: 14307472.

HSL color Cylindrical-coordinate representation of color #9050DA: hue angle of 267.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9050DA is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 80 218 -
CMYK 0.34 0.63 0 0.15
HSL 267.83º 0.65% 0.58% -
HSV(B) 267.83º 0.63% 0.85% -
XYZ 27.03 16.73 68.13 -
YUV 114.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 144 80 218 0.34 0.63 0 0.15 267.83 0.65 0.58
Hex 90 50 DA 22 3F 0 F 10C 41 3A
Octal 220 120 332 42 77 0 17 414 101 72
Binary 10010000 1010000 11011010 100010 111111 0 1111 100001100 1000001 111010

Color Harmonies of #9050DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050DA

Black with #9050DA

Text Example


Text Example

White with #9050DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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