Html Css Color HEX #9255AC Deep Lilac

📋 copy color: '#9255AC'

red 146 ◦ green 85 ◦ blue 172

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

Shades of Deep Lilac #9255AC

Tints of Deep Lilac #9255AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 36.23%
G = 21.09%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9255AC (or 0x9255AC) is known color: Deep Lilac. HEX triplet: 92, 55 and AC. RGB value is (146,85,172). Sum of RGB (Red+Green+Blue) = 146+85+172=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #9255AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9255AC is #6DAA53. Grayscale: #707070. Windows color (decimal): -7187028 or 11294098. OLE color: 11294098.

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

Color convert

RGB 146 85 172 -
CMYK 0.15 0.51 0 0.33
HSL 282.07º 0.34% 0.5% -
HSV(B) 282.07º 0.51% 0.67% -
XYZ 22.55 15.59 40.85 -
YUV 113.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 146 85 172 0.15 0.51 0 0.33 282.07 0.34 0.5
Hex 92 55 AC F 33 0 21 11A 22 32
Octal 222 125 254 17 63 0 41 432 42 62
Binary 10010010 1010101 10101100 1111 110011 0 100001 100011010 100010 110010

Color Harmonies of #9255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255AC

Black with #9255AC

Text Example


Text Example

White with #9255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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