Html Css Color HEX #9051DF Amethyst

📋 copy color: '#9051DF'

red 144 ◦ green 81 ◦ blue 223

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

Shades of Amethyst #9051DF

Tints of Amethyst #9051DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 32.14%
G = 18.08%
B = 49.78%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9051DF (or 0x9051DF) is known color: Amethyst. HEX triplet: 90, 51 and DF. RGB value is (144,81,223). Sum of RGB (Red+Green+Blue) = 144+81+223=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #9051DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051DF is #6FAE20. Grayscale: #737373. Windows color (decimal): -7319073 or 14635408. OLE color: 14635408.

HSL color Cylindrical-coordinate representation of color #9051DF: hue angle of 266.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9051DF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 81 223 -
CMYK 0.35 0.64 0 0.13
HSL 266.62º 0.69% 0.6% -
HSV(B) 266.62º 0.64% 0.87% -
XYZ 27.76 17.14 71.66 -
YUV 116.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 144 81 223 0.35 0.64 0 0.13 266.62 0.69 0.6
Hex 90 51 DF 23 40 0 D 10B 45 3C
Octal 220 121 337 43 100 0 15 413 105 74
Binary 10010000 1010001 11011111 100011 1000000 0 1101 100001011 1000101 111100

Color Harmonies of #9051DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051DF

Black with #9051DF

Text Example


Text Example

White with #9051DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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