Html Css Color HEX #956ECB Lilac Bush

📋 copy color: '#956ECB'

red 149 ◦ green 110 ◦ blue 203

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

Shades of Lilac Bush #956ECB

Tints of Lilac Bush #956ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 32.25%
G = 23.81%
B = 43.94%

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

#956ECB (or 0x956ECB) is known color: Lilac Bush. HEX triplet: 95, 6E and CB. RGB value is (149,110,203). Sum of RGB (Red+Green+Blue) = 149+110+203=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #956ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ECB is #6A9134. Grayscale: #838383. Windows color (decimal): -6983989 or 13332117. OLE color: 13332117.

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

Color convert

RGB 149 110 203 -
CMYK 0.27 0.46 0 0.20
HSL 265.16º 0.47% 0.61% -
HSV(B) 265.16º 0.46% 0.8% -
XYZ 28.75 21.85 59.2 -
YUV 132.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 149 110 203 0.27 0.46 0 0.20 265.16 0.47 0.61
Hex 95 6E CB 1B 2E 0 14 109 2F 3D
Octal 225 156 313 33 56 0 24 411 57 75
Binary 10010101 1101110 11001011 11011 101110 0 10100 100001001 101111 111101

Color Harmonies of #956ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ECB

Black with #956ECB

Text Example


Text Example

White with #956ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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