Html Css Color HEX #9054DF Amethyst

📋 copy color: '#9054DF'

red 144 ◦ green 84 ◦ blue 223

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

Shades of Amethyst #9054DF

Tints of Amethyst #9054DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 31.93%
G = 18.63%
B = 49.45%

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

#9054DF (or 0x9054DF) is known color: Amethyst. HEX triplet: 90, 54 and DF. RGB value is (144,84,223). Sum of RGB (Red+Green+Blue) = 144+84+223=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #9054DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054DF is #6FAB20. Grayscale: #757575. Windows color (decimal): -7318305 or 14636176. OLE color: 14636176.

HSL color Cylindrical-coordinate representation of color #9054DF: hue angle of 265.9º degrees, saturation: 0.68, 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 #9054DF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 84 223 -
CMYK 0.35 0.62 0 0.13
HSL 265.9º 0.68% 0.6% -
HSV(B) 265.9º 0.62% 0.87% -
XYZ 27.99 17.6 71.73 -
YUV 117.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 144 84 223 0.35 0.62 0 0.13 265.9 0.68 0.6
Hex 90 54 DF 23 3E 0 D 10A 44 3C
Octal 220 124 337 43 76 0 15 412 104 74
Binary 10010000 1010100 11011111 100011 111110 0 1101 100001010 1000100 111100

Color Harmonies of #9054DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054DF

Black with #9054DF

Text Example


Text Example

White with #9054DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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