Html Css Color HEX #9056CE Amethyst

📋 copy color: '#9056CE'

red 144 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #9056CE

Tints of Amethyst #9056CE

RGB

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

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

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

R = 33.03%
G = 19.72%
B = 47.25%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9056CE (or 0x9056CE) is known color: Amethyst. HEX triplet: 90, 56 and CE. RGB value is (144,86,206). Sum of RGB (Red+Green+Blue) = 144+86+206=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #9056CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056CE is #6FA931. Grayscale: #747474. Windows color (decimal): -7317810 or 13522576. OLE color: 13522576.

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

Color convert

RGB 144 86 206 -
CMYK 0.30 0.58 0 0.19
HSL 269º 0.55% 0.57% -
HSV(B) 269º 0.58% 0.81% -
XYZ 25.97 17.04 60.31 -
YUV 117.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 144 86 206 0.30 0.58 0 0.19 269 0.55 0.57
Hex 90 56 CE 1E 3A 0 13 10D 37 39
Octal 220 126 316 36 72 0 23 415 67 71
Binary 10010000 1010110 11001110 11110 111010 0 10011 100001101 110111 111001

Color Harmonies of #9056CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056CE

Black with #9056CE

Text Example


Text Example

White with #9056CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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