Html Css Color HEX #9056DA Amethyst

📋 copy color: '#9056DA'

red 144 ◦ green 86 ◦ blue 218

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

Shades of Amethyst #9056DA

Tints of Amethyst #9056DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 32.14%
G = 19.2%
B = 48.66%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9056DA (or 0x9056DA) is known color: Amethyst. HEX triplet: 90, 56 and DA. RGB value is (144,86,218). Sum of RGB (Red+Green+Blue) = 144+86+218=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #9056DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056DA is #6FA925. Grayscale: #757575. Windows color (decimal): -7317798 or 14309008. OLE color: 14309008.

HSL color Cylindrical-coordinate representation of color #9056DA: hue angle of 266.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9056DA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 86 218 -
CMYK 0.34 0.61 0 0.15
HSL 266.36º 0.64% 0.6% -
HSV(B) 266.36º 0.61% 0.85% -
XYZ 27.48 17.65 68.29 -
YUV 118.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 144 86 218 0.34 0.61 0 0.15 266.36 0.64 0.6
Hex 90 56 DA 22 3D 0 F 10A 40 3C
Octal 220 126 332 42 75 0 17 412 100 74
Binary 10010000 1010110 11011010 100010 111101 0 1111 100001010 1000000 111100

Color Harmonies of #9056DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9056DA

Black with #9056DA

Text Example


Text Example

White with #9056DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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