Html Css Color HEX #9057DB Amethyst

📋 copy color: '#9057DB'

red 144 ◦ green 87 ◦ blue 219

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

Shades of Amethyst #9057DB

Tints of Amethyst #9057DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

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

R = 32%
G = 19.33%
B = 48.67%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9057DB (or 0x9057DB) is known color: Amethyst. HEX triplet: 90, 57 and DB. RGB value is (144,87,219). Sum of RGB (Red+Green+Blue) = 144+87+219=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #9057DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057DB is #6FA824. Grayscale: #767676. Windows color (decimal): -7317541 or 14374800. OLE color: 14374800.

HSL color Cylindrical-coordinate representation of color #9057DB: hue angle of 265.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9057DB is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 87 219 -
CMYK 0.34 0.60 0 0.14
HSL 265.91º 0.65% 0.6% -
HSV(B) 265.91º 0.6% 0.86% -
XYZ 27.7 17.86 69.01 -
YUV 119.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 144 87 219 0.34 0.60 0 0.14 265.91 0.65 0.6
Hex 90 57 DB 22 3C 0 E 10A 41 3C
Octal 220 127 333 42 74 0 16 412 101 74
Binary 10010000 1010111 11011011 100010 111100 0 1110 100001010 1000001 111100

Color Harmonies of #9057DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057DB

Black with #9057DB

Text Example


Text Example

White with #9057DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,87,219); }

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

background-color css

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

 a { background-color: rgb(144,87,219); }

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

border-color css

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

 span { border-color: rgb(144,87,219); }

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