Html Css Color HEX #9256BB Deep Lilac

📋 copy color: '#9256BB'

red 146 ◦ green 86 ◦ blue 187

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

Shades of Deep Lilac #9256BB

Tints of Deep Lilac #9256BB

RGB

 RED value IS 146 (57.42% from 255) = 34.84%

 GREEN value IS 86 (33.98% from 255) = 20.53%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 34.84%
G = 20.53%
B = 44.63%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9256BB (or 0x9256BB) is known color: Deep Lilac. HEX triplet: 92, 56 and BB. RGB value is (146,86,187). Sum of RGB (Red+Green+Blue) = 146+86+187=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #9256BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256BB is #6DA944. Grayscale: #737373. Windows color (decimal): -7186757 or 12277394. OLE color: 12277394.

HSL color Cylindrical-coordinate representation of color #9256BB: hue angle of 275.64º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9256BB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 86 187 -
CMYK 0.22 0.54 0 0.27
HSL 275.64º 0.43% 0.54% -
HSV(B) 275.64º 0.54% 0.73% -
XYZ 24.15 16.35 48.9 -
YUV 115.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 146 86 187 0.22 0.54 0 0.27 275.64 0.43 0.54
Hex 92 56 BB 16 36 0 1B 114 2B 36
Octal 222 126 273 26 66 0 33 424 53 66
Binary 10010010 1010110 10111011 10110 110110 0 11011 100010100 101011 110110

Color Harmonies of #9256BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256BB

Black with #9256BB

Text Example


Text Example

White with #9256BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9256BB; }

 p { color: rgb(146,86,187); }

 H1.HeaderClassName
 {
   color: #9256BB;
 }
 .AnyTagClassName
 {
   color: #9256BB;
 }
</style>

background-color css

<style>
 a { background-color: #9256BB; }

 a { background-color: rgb(146,86,187); }

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

border-color css

<style>
 span { border-color: #9256BB; }

 span { border-color: rgb(146,86,187); }

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