Html Css Color HEX #9060B6 Deep Lilac

📋 copy color: '#9060B6'

red 144 ◦ green 96 ◦ blue 182

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

Shades of Deep Lilac #9060B6

Tints of Deep Lilac #9060B6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 34.12%
G = 22.75%
B = 43.13%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9060B6 (or 0x9060B6) is known color: Deep Lilac. HEX triplet: 90, 60 and B6. RGB value is (144,96,182). Sum of RGB (Red+Green+Blue) = 144+96+182=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #9060B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060B6 is #6F9F49. Grayscale: #777777. Windows color (decimal): -7315274 or 11952272. OLE color: 11952272.

HSL color Cylindrical-coordinate representation of color #9060B6: hue angle of 273.49º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9060B6 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 96 182 -
CMYK 0.21 0.47 0 0.29
HSL 273.49º 0.37% 0.55% -
HSV(B) 273.49º 0.47% 0.71% -
XYZ 24.13 17.67 46.4 -
YUV 120.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 144 96 182 0.21 0.47 0 0.29 273.49 0.37 0.55
Hex 90 60 B6 15 2F 0 1D 111 25 37
Octal 220 140 266 25 57 0 35 421 45 67
Binary 10010000 1100000 10110110 10101 101111 0 11101 100010001 100101 110111

Color Harmonies of #9060B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060B6

Black with #9060B6

Text Example


Text Example

White with #9060B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9060B6; }

 p { color: rgb(144,96,182); }

 H1.HeaderClassName
 {
   color: #9060B6;
 }
 .AnyTagClassName
 {
   color: #9060B6;
 }
</style>

background-color css

<style>
 a { background-color: #9060B6; }

 a { background-color: rgb(144,96,182); }

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

border-color css

<style>
 span { border-color: #9060B6; }

 span { border-color: rgb(144,96,182); }

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