Html Css Color HEX #9051D7 Amethyst

📋 copy color: '#9051D7'

red 144 ◦ green 81 ◦ blue 215

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

Shades of Amethyst #9051D7

Tints of Amethyst #9051D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 32.73%
G = 18.41%
B = 48.86%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9051D7 (or 0x9051D7) is known color: Amethyst. HEX triplet: 90, 51 and D7. RGB value is (144,81,215). Sum of RGB (Red+Green+Blue) = 144+81+215=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #9051D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051D7 is #6FAE28. Grayscale: #727272. Windows color (decimal): -7319081 or 14111120. OLE color: 14111120.

HSL color Cylindrical-coordinate representation of color #9051D7: hue angle of 268.21º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9051D7 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 81 215 -
CMYK 0.33 0.62 0 0.16
HSL 268.21º 0.63% 0.58% -
HSV(B) 268.21º 0.62% 0.84% -
XYZ 26.71 16.72 66.11 -
YUV 115.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 144 81 215 0.33 0.62 0 0.16 268.21 0.63 0.58
Hex 90 51 D7 21 3E 0 10 10C 3F 3A
Octal 220 121 327 41 76 0 20 414 77 72
Binary 10010000 1010001 11010111 100001 111110 0 10000 100001100 111111 111010

Color Harmonies of #9051D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051D7

Black with #9051D7

Text Example


Text Example

White with #9051D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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