Html Css Color HEX #956BBF Lilac Bush

📋 copy color: '#956BBF'

red 149 ◦ green 107 ◦ blue 191

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

Shades of Lilac Bush #956BBF

Tints of Lilac Bush #956BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

 BLUE value IS 191 (75% from 255) = 42.73%

R = 33.33%
G = 23.94%
B = 42.73%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#956BBF (or 0x956BBF) is known color: Lilac Bush. HEX triplet: 95, 6B and BF. RGB value is (149,107,191). Sum of RGB (Red+Green+Blue) = 149+107+191=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #956BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BBF is #6A9440. Grayscale: #808080. Windows color (decimal): -6984769 or 12544917. OLE color: 12544917.

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

Color convert

RGB 149 107 191 -
CMYK 0.22 0.44 0 0.25
HSL 270º 0.4% 0.58% -
HSV(B) 270º 0.44% 0.75% -
XYZ 27.06 20.67 51.85 -
YUV 129.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 149 107 191 0.22 0.44 0 0.25 270 0.4 0.58
Hex 95 6B BF 16 2C 0 19 10E 28 3A
Octal 225 153 277 26 54 0 31 416 50 72
Binary 10010101 1101011 10111111 10110 101100 0 11001 100001110 101000 111010

Color Harmonies of #956BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BBF

Black with #956BBF

Text Example


Text Example

White with #956BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956BBF; }

 p { color: rgb(149,107,191); }

 H1.HeaderClassName
 {
   color: #956BBF;
 }
 .AnyTagClassName
 {
   color: #956BBF;
 }
</style>

background-color css

<style>
 a { background-color: #956BBF; }

 a { background-color: rgb(149,107,191); }

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

border-color css

<style>
 span { border-color: #956BBF; }

 span { border-color: rgb(149,107,191); }

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