Html Css Color HEX #956DCC Lilac Bush

📋 copy color: '#956DCC'

red 149 ◦ green 109 ◦ blue 204

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

Shades of Lilac Bush #956DCC

Tints of Lilac Bush #956DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 32.25%
G = 23.59%
B = 44.16%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#956DCC (or 0x956DCC) is known color: Lilac Bush. HEX triplet: 95, 6D and CC. RGB value is (149,109,204). Sum of RGB (Red+Green+Blue) = 149+109+204=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #956DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DCC is #6A9233. Grayscale: #838383. Windows color (decimal): -6984244 or 13397397. OLE color: 13397397.

HSL color Cylindrical-coordinate representation of color #956DCC: hue angle of 265.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956DCC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 109 204 -
CMYK 0.27 0.47 0 0.2
HSL 265.26º 0.48% 0.61% -
HSV(B) 265.26º 0.47% 0.8% -
XYZ 28.76 21.69 59.8 -
YUV 131.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 149 109 204 0.27 0.47 0 0.2 265.26 0.48 0.61
Hex 95 6D CC 1B 2F 0 14 109 30 3D
Octal 225 155 314 33 57 0 24 411 60 75
Binary 10010101 1101101 11001100 11011 101111 0 10100 100001001 110000 111101

Color Harmonies of #956DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DCC

Black with #956DCC

Text Example


Text Example

White with #956DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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