Html Css Color HEX #9063BD Lilac Bush

📋 copy color: '#9063BD'

red 144 ◦ green 99 ◦ blue 189

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

Shades of Lilac Bush #9063BD

Tints of Lilac Bush #9063BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 33.33%
G = 22.92%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9063BD (or 0x9063BD) is known color: Lilac Bush. HEX triplet: 90, 63 and BD. RGB value is (144,99,189). Sum of RGB (Red+Green+Blue) = 144+99+189=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #9063BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063BD is #6F9C42. Grayscale: #7A7A7A. Windows color (decimal): -7314499 or 12411792. OLE color: 12411792.

HSL color Cylindrical-coordinate representation of color #9063BD: hue angle of 270º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9063BD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 99 189 -
CMYK 0.24 0.48 0 0.26
HSL 270º 0.41% 0.56% -
HSV(B) 270º 0.48% 0.74% -
XYZ 25.15 18.53 50.39 -
YUV 122.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 144 99 189 0.24 0.48 0 0.26 270 0.41 0.56
Hex 90 63 BD 18 30 0 1A 10E 29 38
Octal 220 143 275 30 60 0 32 416 51 70
Binary 10010000 1100011 10111101 11000 110000 0 11010 100001110 101001 111000

Color Harmonies of #9063BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063BD

Black with #9063BD

Text Example


Text Example

White with #9063BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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