Html Css Color HEX #9054CE Amethyst

📋 copy color: '#9054CE'

red 144 ◦ green 84 ◦ blue 206

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

Shades of Amethyst #9054CE

Tints of Amethyst #9054CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 33.18%
G = 19.35%
B = 47.47%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9054CE (or 0x9054CE) is known color: Amethyst. HEX triplet: 90, 54 and CE. RGB value is (144,84,206). Sum of RGB (Red+Green+Blue) = 144+84+206=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #9054CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054CE is #6FAB31. Grayscale: #737373. Windows color (decimal): -7318322 or 13522064. OLE color: 13522064.

HSL color Cylindrical-coordinate representation of color #9054CE: hue angle of 269.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9054CE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 84 206 -
CMYK 0.30 0.59 0 0.19
HSL 269.51º 0.55% 0.57% -
HSV(B) 269.51º 0.59% 0.81% -
XYZ 25.81 16.73 60.26 -
YUV 115.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 144 84 206 0.30 0.59 0 0.19 269.51 0.55 0.57
Hex 90 54 CE 1E 3B 0 13 10E 37 39
Octal 220 124 316 36 73 0 23 416 67 71
Binary 10010000 1010100 11001110 11110 111011 0 10011 100001110 110111 111001

Color Harmonies of #9054CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054CE

Black with #9054CE

Text Example


Text Example

White with #9054CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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