Html Css Color HEX #9063BB Lilac Bush

📋 copy color: '#9063BB'

red 144 ◦ green 99 ◦ blue 187

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

Shades of Lilac Bush #9063BB

Tints of Lilac Bush #9063BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 33.49%
G = 23.02%
B = 43.49%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9063BB (or 0x9063BB) is known color: Lilac Bush. HEX triplet: 90, 63 and BB. RGB value is (144,99,187). Sum of RGB (Red+Green+Blue) = 144+99+187=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #9063BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063BB is #6F9C44. Grayscale: #7A7A7A. Windows color (decimal): -7314501 or 12280720. OLE color: 12280720.

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

Color convert

RGB 144 99 187 -
CMYK 0.23 0.47 0 0.27
HSL 270.68º 0.39% 0.56% -
HSV(B) 270.68º 0.47% 0.73% -
XYZ 24.93 18.44 49.26 -
YUV 122.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 144 99 187 0.23 0.47 0 0.27 270.68 0.39 0.56
Hex 90 63 BB 17 2F 0 1B 10F 27 38
Octal 220 143 273 27 57 0 33 417 47 70
Binary 10010000 1100011 10111011 10111 101111 0 11011 100001111 100111 111000

Color Harmonies of #9063BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063BB

Black with #9063BB

Text Example


Text Example

White with #9063BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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