Html Css Color HEX #9060BB Deep Lilac

📋 copy color: '#9060BB'

red 144 ◦ green 96 ◦ blue 187

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

Shades of Deep Lilac #9060BB

Tints of Deep Lilac #9060BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 33.72%
G = 22.48%
B = 43.79%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9060BB (or 0x9060BB) is known color: Deep Lilac. HEX triplet: 90, 60 and BB. RGB value is (144,96,187). Sum of RGB (Red+Green+Blue) = 144+96+187=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #9060BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060BB is #6F9F44. Grayscale: #787878. Windows color (decimal): -7315269 or 12279952. OLE color: 12279952.

HSL color Cylindrical-coordinate representation of color #9060BB: hue angle of 271.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9060BB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 96 187 -
CMYK 0.23 0.49 0 0.27
HSL 271.65º 0.4% 0.55% -
HSV(B) 271.65º 0.49% 0.73% -
XYZ 24.65 17.88 49.17 -
YUV 120.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 144 96 187 0.23 0.49 0 0.27 271.65 0.4 0.55
Hex 90 60 BB 17 31 0 1B 110 28 37
Octal 220 140 273 27 61 0 33 420 50 67
Binary 10010000 1100000 10111011 10111 110001 0 11011 100010000 101000 110111

Color Harmonies of #9060BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060BB

Black with #9060BB

Text Example


Text Example

White with #9060BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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