Html Css Color HEX #956CCC Lilac Bush

📋 copy color: '#956CCC'

red 149 ◦ green 108 ◦ blue 204

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

Shades of Lilac Bush #956CCC

Tints of Lilac Bush #956CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 32.32%
G = 23.43%
B = 44.25%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#956CCC (or 0x956CCC) is known color: Lilac Bush. HEX triplet: 95, 6C and CC. RGB value is (149,108,204). Sum of RGB (Red+Green+Blue) = 149+108+204=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #956CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCC is #6A9333. Grayscale: #828282. Windows color (decimal): -6984500 or 13397141. OLE color: 13397141.

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

Color convert

RGB 149 108 204 -
CMYK 0.27 0.47 0 0.2
HSL 265.63º 0.48% 0.61% -
HSV(B) 265.63º 0.47% 0.8% -
XYZ 28.66 21.47 59.76 -
YUV 131.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 149 108 204 0.27 0.47 0 0.2 265.63 0.48 0.61
Hex 95 6C CC 1B 2F 0 14 10A 30 3D
Octal 225 154 314 33 57 0 24 412 60 75
Binary 10010101 1101100 11001100 11011 101111 0 10100 100001010 110000 111101

Color Harmonies of #956CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CCC

Black with #956CCC

Text Example


Text Example

White with #956CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,204); }

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

background-color css

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

 a { background-color: rgb(149,108,204); }

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

border-color css

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

 span { border-color: rgb(149,108,204); }

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