Html Css Color HEX #956ECD Lilac Bush

📋 copy color: '#956ECD'

red 149 ◦ green 110 ◦ blue 205

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

Shades of Lilac Bush #956ECD

Tints of Lilac Bush #956ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.71%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 32.11%
G = 23.71%
B = 44.18%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#956ECD (or 0x956ECD) is known color: Lilac Bush. HEX triplet: 95, 6E and CD. RGB value is (149,110,205). Sum of RGB (Red+Green+Blue) = 149+110+205=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #956ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ECD is #6A9132. Grayscale: #848484. Windows color (decimal): -6983987 or 13463189. OLE color: 13463189.

HSL color Cylindrical-coordinate representation of color #956ECD: hue angle of 264.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956ECD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 110 205 -
CMYK 0.27 0.46 0 0.20
HSL 264.63º 0.49% 0.62% -
HSV(B) 264.63º 0.46% 0.8% -
XYZ 28.99 21.95 60.47 -
YUV 132.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 149 110 205 0.27 0.46 0 0.20 264.63 0.49 0.62
Hex 95 6E CD 1B 2E 0 14 109 31 3E
Octal 225 156 315 33 56 0 24 411 61 76
Binary 10010101 1101110 11001101 11011 101110 0 10100 100001001 110001 111110

Color Harmonies of #956ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ECD

Black with #956ECD

Text Example


Text Example

White with #956ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,110,205); }

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

background-color css

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

 a { background-color: rgb(149,110,205); }

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

border-color css

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

 span { border-color: rgb(149,110,205); }

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