Html Css Color HEX #956CBC Lilac Bush

📋 copy color: '#956CBC'

red 149 ◦ green 108 ◦ blue 188

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

Shades of Lilac Bush #956CBC

Tints of Lilac Bush #956CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 33.48%
G = 24.27%
B = 42.25%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#956CBC (or 0x956CBC) is known color: Lilac Bush. HEX triplet: 95, 6C and BC. RGB value is (149,108,188). Sum of RGB (Red+Green+Blue) = 149+108+188=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #956CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CBC is #6A9343. Grayscale: #818181. Windows color (decimal): -6984516 or 12348565. OLE color: 12348565.

HSL color Cylindrical-coordinate representation of color #956CBC: hue angle of 270.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #956CBC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 108 188 -
CMYK 0.21 0.43 0 0.26
HSL 270.75º 0.37% 0.58% -
HSV(B) 270.75º 0.43% 0.74% -
XYZ 26.83 20.75 50.17 -
YUV 129.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 149 108 188 0.21 0.43 0 0.26 270.75 0.37 0.58
Hex 95 6C BC 15 2B 0 1A 10F 25 3A
Octal 225 154 274 25 53 0 32 417 45 72
Binary 10010101 1101100 10111100 10101 101011 0 11010 100001111 100101 111010

Color Harmonies of #956CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CBC

Black with #956CBC

Text Example


Text Example

White with #956CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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