Html Css Color HEX #956CBF Lilac Bush

📋 copy color: '#956CBF'

red 149 ◦ green 108 ◦ blue 191

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

Shades of Lilac Bush #956CBF

Tints of Lilac Bush #956CBF

RGB

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

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

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

R = 33.26%
G = 24.11%
B = 42.63%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#956CBF (or 0x956CBF) is known color: Lilac Bush. HEX triplet: 95, 6C and BF. RGB value is (149,108,191). Sum of RGB (Red+Green+Blue) = 149+108+191=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #956CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CBF is #6A9340. Grayscale: #818181. Windows color (decimal): -6984513 or 12545173. OLE color: 12545173.

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

Color convert

RGB 149 108 191 -
CMYK 0.22 0.43 0 0.25
HSL 269.64º 0.39% 0.59% -
HSV(B) 269.64º 0.43% 0.75% -
XYZ 27.16 20.88 51.89 -
YUV 129.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 149 108 191 0.22 0.43 0 0.25 269.64 0.39 0.59
Hex 95 6C BF 16 2B 0 19 10E 27 3B
Octal 225 154 277 26 53 0 31 416 47 73
Binary 10010101 1101100 10111111 10110 101011 0 11001 100001110 100111 111011

Color Harmonies of #956CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CBF

Black with #956CBF

Text Example


Text Example

White with #956CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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