Html Css Color HEX #9052B4 Deep Lilac

📋 copy color: '#9052B4'

red 144 ◦ green 82 ◦ blue 180

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

Shades of Deep Lilac #9052B4

Tints of Deep Lilac #9052B4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 35.47%
G = 20.2%
B = 44.33%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9052B4 (or 0x9052B4) is known color: Deep Lilac. HEX triplet: 90, 52 and B4. RGB value is (144,82,180). Sum of RGB (Red+Green+Blue) = 144+82+180=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #9052B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052B4 is #6FAD4B. Grayscale: #6F6F6F. Windows color (decimal): -7318860 or 11817616. OLE color: 11817616.

HSL color Cylindrical-coordinate representation of color #9052B4: hue angle of 277.96º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9052B4 is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 82 180 -
CMYK 0.2 0.54 0 0.29
HSL 277.96º 0.4% 0.51% -
HSV(B) 277.96º 0.54% 0.71% -
XYZ 22.76 15.26 44.93 -
YUV 111.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 144 82 180 0.2 0.54 0 0.29 277.96 0.4 0.51
Hex 90 52 B4 14 36 0 1D 116 28 33
Octal 220 122 264 24 66 0 35 426 50 63
Binary 10010000 1010010 10110100 10100 110110 0 11101 100010110 101000 110011

Color Harmonies of #9052B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052B4

Black with #9052B4

Text Example


Text Example

White with #9052B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9052B4; }

 p { color: rgb(144,82,180); }

 H1.HeaderClassName
 {
   color: #9052B4;
 }
 .AnyTagClassName
 {
   color: #9052B4;
 }
</style>

background-color css

<style>
 a { background-color: #9052B4; }

 a { background-color: rgb(144,82,180); }

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

border-color css

<style>
 span { border-color: #9052B4; }

 span { border-color: rgb(144,82,180); }

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