Html Css Color HEX #956CBB Lilac Bush

📋 copy color: '#956CBB'

red 149 ◦ green 108 ◦ blue 187

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

Shades of Lilac Bush #956CBB

Tints of Lilac Bush #956CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.32%

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 33.56%
G = 24.32%
B = 42.12%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#956CBB (or 0x956CBB) is known color: Lilac Bush. HEX triplet: 95, 6C and BB. RGB value is (149,108,187). Sum of RGB (Red+Green+Blue) = 149+108+187=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #956CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CBB is #6A9344. Grayscale: #808080. Windows color (decimal): -6984517 or 12283029. OLE color: 12283029.

HSL color Cylindrical-coordinate representation of color #956CBB: hue angle of 271.14º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #956CBB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 108 187 -
CMYK 0.20 0.42 0 0.27
HSL 271.14º 0.37% 0.58% -
HSV(B) 271.14º 0.42% 0.73% -
XYZ 26.73 20.7 49.6 -
YUV 129.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 149 108 187 0.20 0.42 0 0.27 271.14 0.37 0.58
Hex 95 6C BB 14 2A 0 1B 10F 25 3A
Octal 225 154 273 24 52 0 33 417 45 72
Binary 10010101 1101100 10111011 10100 101010 0 11011 100001111 100101 111010

Color Harmonies of #956CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CBB

Black with #956CBB

Text Example


Text Example

White with #956CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,187); }

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

background-color css

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

 a { background-color: rgb(149,108,187); }

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

border-color css

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

 span { border-color: rgb(149,108,187); }

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