Html Css Color HEX #9256BC Deep Lilac

📋 copy color: '#9256BC'

red 146 ◦ green 86 ◦ blue 188

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

Shades of Deep Lilac #9256BC

Tints of Deep Lilac #9256BC

RGB

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

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

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

R = 34.76%
G = 20.48%
B = 44.76%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9256BC (or 0x9256BC) is known color: Deep Lilac. HEX triplet: 92, 56 and BC. RGB value is (146,86,188). Sum of RGB (Red+Green+Blue) = 146+86+188=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #9256BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256BC is #6DA943. Grayscale: #737373. Windows color (decimal): -7186756 or 12342930. OLE color: 12342930.

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

Color convert

RGB 146 86 188 -
CMYK 0.22 0.54 0 0.26
HSL 275.29º 0.43% 0.54% -
HSV(B) 275.29º 0.54% 0.74% -
XYZ 24.26 16.4 49.46 -
YUV 115.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 146 86 188 0.22 0.54 0 0.26 275.29 0.43 0.54
Hex 92 56 BC 16 36 0 1A 113 2B 36
Octal 222 126 274 26 66 0 32 423 53 66
Binary 10010010 1010110 10111100 10110 110110 0 11010 100010011 101011 110110

Color Harmonies of #9256BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256BC

Black with #9256BC

Text Example


Text Example

White with #9256BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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