Html Css Color HEX #9060B4 Deep Lilac

📋 copy color: '#9060B4'

red 144 ◦ green 96 ◦ blue 180

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

Shades of Deep Lilac #9060B4

Tints of Deep Lilac #9060B4

RGB

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

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

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

R = 34.29%
G = 22.86%
B = 42.86%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9060B4 (or 0x9060B4) is known color: Deep Lilac. HEX triplet: 90, 60 and B4. RGB value is (144,96,180). Sum of RGB (Red+Green+Blue) = 144+96+180=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #9060B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060B4 is #6F9F4B. Grayscale: #777777. Windows color (decimal): -7315276 or 11821200. OLE color: 11821200.

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

Color convert

RGB 144 96 180 -
CMYK 0.2 0.47 0 0.29
HSL 274.29º 0.36% 0.54% -
HSV(B) 274.29º 0.47% 0.71% -
XYZ 23.92 17.59 45.31 -
YUV 119.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 144 96 180 0.2 0.47 0 0.29 274.29 0.36 0.54
Hex 90 60 B4 14 2F 0 1D 112 24 36
Octal 220 140 264 24 57 0 35 422 44 66
Binary 10010000 1100000 10110100 10100 101111 0 11101 100010010 100100 110110

Color Harmonies of #9060B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060B4

Black with #9060B4

Text Example


Text Example

White with #9060B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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