Html Css Color HEX #956FCD Lilac Bush

📋 copy color: '#956FCD'

red 149 ◦ green 111 ◦ blue 205

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

Shades of Lilac Bush #956FCD

Tints of Lilac Bush #956FCD

RGB

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

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

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

R = 32.04%
G = 23.87%
B = 44.09%

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

#956FCD (or 0x956FCD) is known color: Lilac Bush. HEX triplet: 95, 6F and CD. RGB value is (149,111,205). Sum of RGB (Red+Green+Blue) = 149+111+205=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #956FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FCD is #6A9032. Grayscale: #848484. Windows color (decimal): -6983731 or 13463445. OLE color: 13463445.

HSL color Cylindrical-coordinate representation of color #956FCD: hue angle of 264.26º degrees, saturation: 0.48, 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 #956FCD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 111 205 -
CMYK 0.27 0.46 0 0.20
HSL 264.26º 0.48% 0.62% -
HSV(B) 264.26º 0.46% 0.8% -
XYZ 29.1 22.17 60.5 -
YUV 133.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 149 111 205 0.27 0.46 0 0.20 264.26 0.48 0.62
Hex 95 6F CD 1B 2E 0 14 108 30 3E
Octal 225 157 315 33 56 0 24 410 60 76
Binary 10010101 1101111 11001101 11011 101110 0 10100 100001000 110000 111110

Color Harmonies of #956FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FCD

Black with #956FCD

Text Example


Text Example

White with #956FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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