Html Css Color HEX #9256BA Deep Lilac

📋 copy color: '#9256BA'

red 146 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #9256BA

Tints of Deep Lilac #9256BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 34.93%
G = 20.57%
B = 44.5%

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

#9256BA (or 0x9256BA) is known color: Deep Lilac. HEX triplet: 92, 56 and BA. RGB value is (146,86,186). Sum of RGB (Red+Green+Blue) = 146+86+186=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9256BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256BA is #6DA945. Grayscale: #737373. Windows color (decimal): -7186758 or 12211858. OLE color: 12211858.

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

Color convert

RGB 146 86 186 -
CMYK 0.22 0.54 0 0.27
HSL 276º 0.42% 0.53% -
HSV(B) 276º 0.54% 0.73% -
XYZ 24.04 16.31 48.34 -
YUV 115.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 146 86 186 0.22 0.54 0 0.27 276 0.42 0.53
Hex 92 56 BA 16 36 0 1B 114 2A 35
Octal 222 126 272 26 66 0 33 424 52 65
Binary 10010010 1010110 10111010 10110 110110 0 11011 100010100 101010 110101

Color Harmonies of #9256BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256BA

Black with #9256BA

Text Example


Text Example

White with #9256BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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