Html Css Color HEX #9057DD Amethyst

📋 copy color: '#9057DD'

red 144 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #9057DD

Tints of Amethyst #9057DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 31.86%
G = 19.25%
B = 48.89%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9057DD (or 0x9057DD) is known color: Amethyst. HEX triplet: 90, 57 and DD. RGB value is (144,87,221). Sum of RGB (Red+Green+Blue) = 144+87+221=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #9057DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9057DD is #6FA822. Grayscale: #767676. Windows color (decimal): -7317539 or 14505872. OLE color: 14505872.

HSL color Cylindrical-coordinate representation of color #9057DD: hue angle of 265.52º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9057DD is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 87 221 -
CMYK 0.35 0.61 0 0.13
HSL 265.52º 0.66% 0.6% -
HSV(B) 265.52º 0.61% 0.87% -
XYZ 27.96 17.97 70.4 -
YUV 119.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 144 87 221 0.35 0.61 0 0.13 265.52 0.66 0.6
Hex 90 57 DD 23 3D 0 D 10A 42 3C
Octal 220 127 335 43 75 0 15 412 102 74
Binary 10010000 1010111 11011101 100011 111101 0 1101 100001010 1000010 111100

Color Harmonies of #9057DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9057DD

Black with #9057DD

Text Example


Text Example

White with #9057DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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