Html Css Color HEX #9054DD Amethyst

📋 copy color: '#9054DD'

red 144 ◦ green 84 ◦ blue 221

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

Shades of Amethyst #9054DD

Tints of Amethyst #9054DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 32.07%
G = 18.71%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9054DD (or 0x9054DD) is known color: Amethyst. HEX triplet: 90, 54 and DD. RGB value is (144,84,221). Sum of RGB (Red+Green+Blue) = 144+84+221=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #9054DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054DD is #6FAB22. Grayscale: #757575. Windows color (decimal): -7318307 or 14505104. OLE color: 14505104.

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

Color convert

RGB 144 84 221 -
CMYK 0.35 0.62 0 0.13
HSL 266.28º 0.67% 0.6% -
HSV(B) 266.28º 0.62% 0.87% -
XYZ 27.72 17.49 70.32 -
YUV 117.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 144 84 221 0.35 0.62 0 0.13 266.28 0.67 0.6
Hex 90 54 DD 23 3E 0 D 10A 43 3C
Octal 220 124 335 43 76 0 15 412 103 74
Binary 10010000 1010100 11011101 100011 111110 0 1101 100001010 1000011 111100

Color Harmonies of #9054DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054DD

Black with #9054DD

Text Example


Text Example

White with #9054DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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