Html Css Color HEX #956CCB Lilac Bush

📋 copy color: '#956CCB'

red 149 ◦ green 108 ◦ blue 203

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

Shades of Lilac Bush #956CCB

Tints of Lilac Bush #956CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 32.39%
G = 23.48%
B = 44.13%

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

#956CCB (or 0x956CCB) is known color: Lilac Bush. HEX triplet: 95, 6C and CB. RGB value is (149,108,203). Sum of RGB (Red+Green+Blue) = 149+108+203=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #956CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCB is #6A9334. Grayscale: #828282. Windows color (decimal): -6984501 or 13331605. OLE color: 13331605.

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

Color convert

RGB 149 108 203 -
CMYK 0.27 0.47 0 0.20
HSL 265.89º 0.48% 0.61% -
HSV(B) 265.89º 0.47% 0.8% -
XYZ 28.54 21.43 59.13 -
YUV 131.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 149 108 203 0.27 0.47 0 0.20 265.89 0.48 0.61
Hex 95 6C CB 1B 2F 0 14 10A 30 3D
Octal 225 154 313 33 57 0 24 412 60 75
Binary 10010101 1101100 11001011 11011 101111 0 10100 100001010 110000 111101

Color Harmonies of #956CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CCB

Black with #956CCB

Text Example


Text Example

White with #956CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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