Html Css Color HEX #9049A0 Vivid Violet

📋 copy color: '#9049A0'

red 144 ◦ green 73 ◦ blue 160

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

Shades of Vivid Violet #9049A0

Tints of Vivid Violet #9049A0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 38.2%
G = 19.36%
B = 42.44%

CMYK

 C value IS 0.1

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9049A0 (or 0x9049A0) is known color: Vivid Violet. HEX triplet: 90, 49 and A0. RGB value is (144,73,160). Sum of RGB (Red+Green+Blue) = 144+73+160=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: blue. Hex color #9049A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9049A0 is #6FB65F. Grayscale: #676767. Windows color (decimal): -7321184 or 10504592. OLE color: 10504592.

HSL color Cylindrical-coordinate representation of color #9049A0: hue angle of 288.97º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9049A0 is Cyan = 0.1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 73 160 -
CMYK 0.1 0.54 0 0.37
HSL 288.97º 0.37% 0.46% -
HSV(B) 288.97º 0.54% 0.63% -
XYZ 20.23 13.23 34.75 -
YUV 104.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 144 73 160 0.1 0.54 0 0.37 288.97 0.37 0.46
Hex 90 49 A0 A 36 0 25 121 25 2E
Octal 220 111 240 12 66 0 45 441 45 56
Binary 10010000 1001001 10100000 1010 110110 0 100101 100100001 100101 101110

Color Harmonies of #9049A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9049A0

Black with #9049A0

Text Example


Text Example

White with #9049A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9049A0; }

 p { color: rgb(144,73,160); }

 H1.HeaderClassName
 {
   color: #9049A0;
 }
 .AnyTagClassName
 {
   color: #9049A0;
 }
</style>

background-color css

<style>
 a { background-color: #9049A0; }

 a { background-color: rgb(144,73,160); }

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

border-color css

<style>
 span { border-color: #9049A0; }

 span { border-color: rgb(144,73,160); }

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