Html Css Color HEX #956FCC Lilac Bush

📋 copy color: '#956FCC'

red 149 ◦ green 111 ◦ blue 204

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

Shades of Lilac Bush #956FCC

Tints of Lilac Bush #956FCC

RGB

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

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

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

R = 32.11%
G = 23.92%
B = 43.97%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#956FCC (or 0x956FCC) is known color: Lilac Bush. HEX triplet: 95, 6F and CC. RGB value is (149,111,204). Sum of RGB (Red+Green+Blue) = 149+111+204=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #956FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956FCC is #6A9033. Grayscale: #848484. Windows color (decimal): -6983732 or 13397909. OLE color: 13397909.

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

Color convert

RGB 149 111 204 -
CMYK 0.27 0.46 0 0.2
HSL 264.52º 0.48% 0.62% -
HSV(B) 264.52º 0.46% 0.8% -
XYZ 28.98 22.12 59.87 -
YUV 132.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 149 111 204 0.27 0.46 0 0.2 264.52 0.48 0.62
Hex 95 6F CC 1B 2E 0 14 109 30 3E
Octal 225 157 314 33 56 0 24 411 60 76
Binary 10010101 1101111 11001100 11011 101110 0 10100 100001001 110000 111110

Color Harmonies of #956FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FCC

Black with #956FCC

Text Example


Text Example

White with #956FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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