Html Css Color HEX #9566BE Lilac Bush

📋 copy color: '#9566BE'

red 149 ◦ green 102 ◦ blue 190

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

Shades of Lilac Bush #9566BE

Tints of Lilac Bush #9566BE

RGB

 RED value IS 149 (58.59% from 255) = 33.79%

 GREEN value IS 102 (40.23% from 255) = 23.13%

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 33.79%
G = 23.13%
B = 43.08%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9566BE (or 0x9566BE) is known color: Lilac Bush. HEX triplet: 95, 66 and BE. RGB value is (149,102,190). Sum of RGB (Red+Green+Blue) = 149+102+190=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9566BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566BE is #6A9941. Grayscale: #7D7D7D. Windows color (decimal): -6986050 or 12478101. OLE color: 12478101.

HSL color Cylindrical-coordinate representation of color #9566BE: hue angle of 272.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9566BE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 102 190 -
CMYK 0.22 0.46 0 0.25
HSL 272.05º 0.4% 0.57% -
HSV(B) 272.05º 0.46% 0.75% -
XYZ 26.44 19.61 51.11 -
YUV 126.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 149 102 190 0.22 0.46 0 0.25 272.05 0.4 0.57
Hex 95 66 BE 16 2E 0 19 110 28 39
Octal 225 146 276 26 56 0 31 420 50 71
Binary 10010101 1100110 10111110 10110 101110 0 11001 100010000 101000 111001

Color Harmonies of #9566BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9566BE

Black with #9566BE

Text Example


Text Example

White with #9566BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9566BE; }

 p { color: rgb(149,102,190); }

 H1.HeaderClassName
 {
   color: #9566BE;
 }
 .AnyTagClassName
 {
   color: #9566BE;
 }
</style>

background-color css

<style>
 a { background-color: #9566BE; }

 a { background-color: rgb(149,102,190); }

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

border-color css

<style>
 span { border-color: #9566BE; }

 span { border-color: rgb(149,102,190); }

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