Html Css Color HEX #9256AC Deep Lilac

📋 copy color: '#9256AC'

red 146 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #9256AC

Tints of Deep Lilac #9256AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 36.14%
G = 21.29%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9256AC (or 0x9256AC) is known color: Deep Lilac. HEX triplet: 92, 56 and AC. RGB value is (146,86,172). Sum of RGB (Red+Green+Blue) = 146+86+172=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9256AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9256AC is #6DA953. Grayscale: #717171. Windows color (decimal): -7186772 or 11294354. OLE color: 11294354.

HSL color Cylindrical-coordinate representation of color #9256AC: hue angle of 281.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9256AC is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 86 172 -
CMYK 0.15 0.5 0 0.33
HSL 281.86º 0.34% 0.51% -
HSV(B) 281.86º 0.5% 0.67% -
XYZ 22.63 15.75 40.88 -
YUV 113.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 146 86 172 0.15 0.5 0 0.33 281.86 0.34 0.51
Hex 92 56 AC F 32 0 21 11A 22 33
Octal 222 126 254 17 62 0 41 432 42 63
Binary 10010010 1010110 10101100 1111 110010 0 100001 100011010 100010 110011

Color Harmonies of #9256AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256AC

Black with #9256AC

Text Example


Text Example

White with #9256AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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