Html Css Color HEX #9051CE Amethyst

📋 copy color: '#9051CE'

red 144 ◦ green 81 ◦ blue 206

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

Shades of Amethyst #9051CE

Tints of Amethyst #9051CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 33.41%
G = 18.79%
B = 47.8%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9051CE (or 0x9051CE) is known color: Amethyst. HEX triplet: 90, 51 and CE. RGB value is (144,81,206). Sum of RGB (Red+Green+Blue) = 144+81+206=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #9051CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051CE is #6FAE31. Grayscale: #717171. Windows color (decimal): -7319090 or 13521296. OLE color: 13521296.

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

Color convert

RGB 144 81 206 -
CMYK 0.30 0.61 0 0.19
HSL 270.24º 0.56% 0.56% -
HSV(B) 270.24º 0.61% 0.81% -
XYZ 25.58 16.27 60.18 -
YUV 114.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 144 81 206 0.30 0.61 0 0.19 270.24 0.56 0.56
Hex 90 51 CE 1E 3D 0 13 10E 38 38
Octal 220 121 316 36 75 0 23 416 70 70
Binary 10010000 1010001 11001110 11110 111101 0 10011 100001110 111000 111000

Color Harmonies of #9051CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051CE

Black with #9051CE

Text Example


Text Example

White with #9051CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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