Html Css Color HEX #956DBC Lilac Bush

📋 copy color: '#956DBC'

red 149 ◦ green 109 ◦ blue 188

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

Shades of Lilac Bush #956DBC

Tints of Lilac Bush #956DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.44%

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

R = 33.41%
G = 24.44%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#956DBC (or 0x956DBC) is known color: Lilac Bush. HEX triplet: 95, 6D and BC. RGB value is (149,109,188). Sum of RGB (Red+Green+Blue) = 149+109+188=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #956DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DBC is #6A9243. Grayscale: #818181. Windows color (decimal): -6984260 or 12348821. OLE color: 12348821.

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

Color convert

RGB 149 109 188 -
CMYK 0.21 0.42 0 0.26
HSL 270.38º 0.37% 0.58% -
HSV(B) 270.38º 0.42% 0.74% -
XYZ 26.94 20.96 50.2 -
YUV 129.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 149 109 188 0.21 0.42 0 0.26 270.38 0.37 0.58
Hex 95 6D BC 15 2A 0 1A 10E 25 3A
Octal 225 155 274 25 52 0 32 416 45 72
Binary 10010101 1101101 10111100 10101 101010 0 11010 100001110 100101 111010

Color Harmonies of #956DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DBC

Black with #956DBC

Text Example


Text Example

White with #956DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,188); }

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

background-color css

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

 a { background-color: rgb(149,109,188); }

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

border-color css

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

 span { border-color: rgb(149,109,188); }

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