Html Css Color HEX #956DCD Lilac Bush

📋 copy color: '#956DCD'

red 149 ◦ green 109 ◦ blue 205

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

Shades of Lilac Bush #956DCD

Tints of Lilac Bush #956DCD

RGB

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

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

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

R = 32.18%
G = 23.54%
B = 44.28%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#956DCD (or 0x956DCD) is known color: Lilac Bush. HEX triplet: 95, 6D and CD. RGB value is (149,109,205). Sum of RGB (Red+Green+Blue) = 149+109+205=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #956DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DCD is #6A9232. Grayscale: #838383. Windows color (decimal): -6984243 or 13462933. OLE color: 13462933.

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

Color convert

RGB 149 109 205 -
CMYK 0.27 0.47 0 0.20
HSL 265º 0.49% 0.62% -
HSV(B) 265º 0.47% 0.8% -
XYZ 28.88 21.73 60.43 -
YUV 131.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 149 109 205 0.27 0.47 0 0.20 265 0.49 0.62
Hex 95 6D CD 1B 2F 0 14 109 31 3E
Octal 225 155 315 33 57 0 24 411 61 76
Binary 10010101 1101101 11001101 11011 101111 0 10100 100001001 110001 111110

Color Harmonies of #956DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DCD

Black with #956DCD

Text Example


Text Example

White with #956DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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