Html Css Color HEX #956FCE Lilac Bush

📋 copy color: '#956FCE'

red 149 ◦ green 111 ◦ blue 206

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

Shades of Lilac Bush #956FCE

Tints of Lilac Bush #956FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 31.97%
G = 23.82%
B = 44.21%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#956FCE (or 0x956FCE) is known color: Lilac Bush. HEX triplet: 95, 6F and CE. RGB value is (149,111,206). Sum of RGB (Red+Green+Blue) = 149+111+206=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #956FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FCE is #6A9031. Grayscale: #848484. Windows color (decimal): -6983730 or 13528981. OLE color: 13528981.

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

Color convert

RGB 149 111 206 -
CMYK 0.28 0.46 0 0.19
HSL 264º 0.49% 0.62% -
HSV(B) 264º 0.46% 0.81% -
XYZ 29.22 22.21 61.14 -
YUV 133.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 149 111 206 0.28 0.46 0 0.19 264 0.49 0.62
Hex 95 6F CE 1C 2E 0 13 108 31 3E
Octal 225 157 316 34 56 0 23 410 61 76
Binary 10010101 1101111 11001110 11100 101110 0 10011 100001000 110001 111110

Color Harmonies of #956FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FCE

Black with #956FCE

Text Example


Text Example

White with #956FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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