Html Css Color HEX #956ABE Lilac Bush

📋 copy color: '#956ABE'

red 149 ◦ green 106 ◦ blue 190

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

Shades of Lilac Bush #956ABE

Tints of Lilac Bush #956ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 33.48%
G = 23.82%
B = 42.7%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#956ABE (or 0x956ABE) is known color: Lilac Bush. HEX triplet: 95, 6A and BE. RGB value is (149,106,190). Sum of RGB (Red+Green+Blue) = 149+106+190=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #956ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956ABE is #6A9541. Grayscale: #808080. Windows color (decimal): -6985026 or 12479125. OLE color: 12479125.

HSL color Cylindrical-coordinate representation of color #956ABE: hue angle of 270.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956ABE is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 106 190 -
CMYK 0.22 0.44 0 0.25
HSL 270.71º 0.39% 0.58% -
HSV(B) 270.71º 0.44% 0.75% -
XYZ 26.84 20.42 51.24 -
YUV 128.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 149 106 190 0.22 0.44 0 0.25 270.71 0.39 0.58
Hex 95 6A BE 16 2C 0 19 10F 27 3A
Octal 225 152 276 26 54 0 31 417 47 72
Binary 10010101 1101010 10111110 10110 101100 0 11001 100001111 100111 111010

Color Harmonies of #956ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956ABE

Black with #956ABE

Text Example


Text Example

White with #956ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,106,190); }

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

background-color css

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

 a { background-color: rgb(149,106,190); }

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

border-color css

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

 span { border-color: rgb(149,106,190); }

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