Html Css Color HEX #9046A5 Deep Lilac

📋 copy color: '#9046A5'

red 144 ◦ green 70 ◦ blue 165

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

Shades of Deep Lilac #9046A5

Tints of Deep Lilac #9046A5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 37.99%
G = 18.47%
B = 43.54%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9046A5 (or 0x9046A5) is known color: Deep Lilac. HEX triplet: 90, 46 and A5. RGB value is (144,70,165). Sum of RGB (Red+Green+Blue) = 144+70+165=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #9046A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9046A5 is #6FB95A. Grayscale: #666666. Windows color (decimal): -7321947 or 10831504. OLE color: 10831504.

HSL color Cylindrical-coordinate representation of color #9046A5: hue angle of 286.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9046A5 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 70 165 -
CMYK 0.13 0.58 0 0.35
HSL 286.74º 0.4% 0.46% -
HSV(B) 286.74º 0.58% 0.65% -
XYZ 20.48 13.03 37.03 -
YUV 102.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 144 70 165 0.13 0.58 0 0.35 286.74 0.4 0.46
Hex 90 46 A5 D 3A 0 23 11F 28 2E
Octal 220 106 245 15 72 0 43 437 50 56
Binary 10010000 1000110 10100101 1101 111010 0 100011 100011111 101000 101110

Color Harmonies of #9046A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9046A5

Black with #9046A5

Text Example


Text Example

White with #9046A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9046A5; }

 p { color: rgb(144,70,165); }

 H1.HeaderClassName
 {
   color: #9046A5;
 }
 .AnyTagClassName
 {
   color: #9046A5;
 }
</style>

background-color css

<style>
 a { background-color: #9046A5; }

 a { background-color: rgb(144,70,165); }

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

border-color css

<style>
 span { border-color: #9046A5; }

 span { border-color: rgb(144,70,165); }

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