Html Css Color HEX #906ABC Lilac Bush

📋 copy color: '#906ABC'

red 144 ◦ green 106 ◦ blue 188

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

Shades of Lilac Bush #906ABC

Tints of Lilac Bush #906ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.2%

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

R = 32.88%
G = 24.2%
B = 42.92%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#906ABC (or 0x906ABC) is known color: Lilac Bush. HEX triplet: 90, 6A and BC. RGB value is (144,106,188). Sum of RGB (Red+Green+Blue) = 144+106+188=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #906ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ABC is #6F9543. Grayscale: #7E7E7E. Windows color (decimal): -7312708 or 12348048. OLE color: 12348048.

HSL color Cylindrical-coordinate representation of color #906ABC: hue angle of 267.8º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906ABC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 106 188 -
CMYK 0.23 0.44 0 0.26
HSL 267.8º 0.38% 0.58% -
HSV(B) 267.8º 0.44% 0.74% -
XYZ 25.73 19.87 50.06 -
YUV 126.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 144 106 188 0.23 0.44 0 0.26 267.8 0.38 0.58
Hex 90 6A BC 17 2C 0 1A 10C 26 3A
Octal 220 152 274 27 54 0 32 414 46 72
Binary 10010000 1101010 10111100 10111 101100 0 11010 100001100 100110 111010

Color Harmonies of #906ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906ABC

Black with #906ABC

Text Example


Text Example

White with #906ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906ABC; }

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

 H1.HeaderClassName
 {
   color: #906ABC;
 }
 .AnyTagClassName
 {
   color: #906ABC;
 }
</style>

background-color css

<style>
 a { background-color: #906ABC; }

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

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

border-color css

<style>
 span { border-color: #906ABC; }

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

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