Html Css Color HEX #956DCE Lilac Bush

📋 copy color: '#956DCE'

red 149 ◦ green 109 ◦ blue 206

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

Shades of Lilac Bush #956DCE

Tints of Lilac Bush #956DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 32.11%
G = 23.49%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#956DCE (or 0x956DCE) is known color: Lilac Bush. HEX triplet: 95, 6D and CE. RGB value is (149,109,206). Sum of RGB (Red+Green+Blue) = 149+109+206=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #956DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DCE is #6A9231. Grayscale: #838383. Windows color (decimal): -6984242 or 13528469. OLE color: 13528469.

HSL color Cylindrical-coordinate representation of color #956DCE: hue angle of 264.74º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956DCE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 109 206 -
CMYK 0.28 0.47 0 0.19
HSL 264.74º 0.5% 0.62% -
HSV(B) 264.74º 0.47% 0.81% -
XYZ 29 21.78 61.07 -
YUV 132.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 149 109 206 0.28 0.47 0 0.19 264.74 0.5 0.62
Hex 95 6D CE 1C 2F 0 13 109 32 3E
Octal 225 155 316 34 57 0 23 411 62 76
Binary 10010101 1101101 11001110 11100 101111 0 10011 100001001 110010 111110

Color Harmonies of #956DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DCE

Black with #956DCE

Text Example


Text Example

White with #956DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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