Html Css Color HEX #9070BC Lilac Bush

📋 copy color: '#9070BC'

red 144 ◦ green 112 ◦ blue 188

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

Shades of Lilac Bush #9070BC

Tints of Lilac Bush #9070BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 32.43%
G = 25.23%
B = 42.34%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9070BC (or 0x9070BC) is known color: Lilac Bush. HEX triplet: 90, 70 and BC. RGB value is (144,112,188). Sum of RGB (Red+Green+Blue) = 144+112+188=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #9070BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070BC is #6F8F43. Grayscale: #818181. Windows color (decimal): -7311172 or 12349584. OLE color: 12349584.

HSL color Cylindrical-coordinate representation of color #9070BC: hue angle of 265.26º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9070BC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 112 188 -
CMYK 0.23 0.40 0 0.26
HSL 265.26º 0.36% 0.59% -
HSV(B) 265.26º 0.4% 0.74% -
XYZ 26.37 21.15 50.27 -
YUV 130.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 144 112 188 0.23 0.40 0 0.26 265.26 0.36 0.59
Hex 90 70 BC 17 28 0 1A 109 24 3B
Octal 220 160 274 27 50 0 32 411 44 73
Binary 10010000 1110000 10111100 10111 101000 0 11010 100001001 100100 111011

Color Harmonies of #9070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070BC

Black with #9070BC

Text Example


Text Example

White with #9070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9070BC; }

 p { color: rgb(144,112,188); }

 H1.HeaderClassName
 {
   color: #9070BC;
 }
 .AnyTagClassName
 {
   color: #9070BC;
 }
</style>

background-color css

<style>
 a { background-color: #9070BC; }

 a { background-color: rgb(144,112,188); }

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

border-color css

<style>
 span { border-color: #9070BC; }

 span { border-color: rgb(144,112,188); }

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