Html Css Color HEX #9051CC Amethyst

📋 copy color: '#9051CC'

red 144 ◦ green 81 ◦ blue 204

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

Shades of Amethyst #9051CC

Tints of Amethyst #9051CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 33.57%
G = 18.88%
B = 47.55%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9051CC (or 0x9051CC) is known color: Amethyst. HEX triplet: 90, 51 and CC. RGB value is (144,81,204). Sum of RGB (Red+Green+Blue) = 144+81+204=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #9051CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051CC is #6FAE33. Grayscale: #717171. Windows color (decimal): -7319092 or 13390224. OLE color: 13390224.

HSL color Cylindrical-coordinate representation of color #9051CC: hue angle of 270.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9051CC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 81 204 -
CMYK 0.29 0.60 0 0.2
HSL 270.73º 0.55% 0.56% -
HSV(B) 270.73º 0.6% 0.8% -
XYZ 25.34 16.17 58.91 -
YUV 113.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 144 81 204 0.29 0.60 0 0.2 270.73 0.55 0.56
Hex 90 51 CC 1D 3C 0 14 10F 37 38
Octal 220 121 314 35 74 0 24 417 67 70
Binary 10010000 1010001 11001100 11101 111100 0 10100 100001111 110111 111000

Color Harmonies of #9051CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051CC

Black with #9051CC

Text Example


Text Example

White with #9051CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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