Html Css Color HEX #9056DB Amethyst

📋 copy color: '#9056DB'

red 144 ◦ green 86 ◦ blue 219

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

Shades of Amethyst #9056DB

Tints of Amethyst #9056DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 32.07%
G = 19.15%
B = 48.78%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9056DB (or 0x9056DB) is known color: Amethyst. HEX triplet: 90, 56 and DB. RGB value is (144,86,219). Sum of RGB (Red+Green+Blue) = 144+86+219=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9056DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056DB is #6FA924. Grayscale: #767676. Windows color (decimal): -7317797 or 14374544. OLE color: 14374544.

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

Color convert

RGB 144 86 219 -
CMYK 0.34 0.61 0 0.14
HSL 266.17º 0.65% 0.6% -
HSV(B) 266.17º 0.61% 0.86% -
XYZ 27.62 17.7 68.98 -
YUV 118.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 144 86 219 0.34 0.61 0 0.14 266.17 0.65 0.6
Hex 90 56 DB 22 3D 0 E 10A 41 3C
Octal 220 126 333 42 75 0 16 412 101 74
Binary 10010000 1010110 11011011 100010 111101 0 1110 100001010 1000001 111100

Color Harmonies of #9056DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056DB

Black with #9056DB

Text Example


Text Example

White with #9056DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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