Html Css Color HEX #9258AC Deep Lilac

📋 copy color: '#9258AC'

red 146 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #9258AC

Tints of Deep Lilac #9258AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 35.96%
G = 21.67%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9258AC (or 0x9258AC) is known color: Deep Lilac. HEX triplet: 92, 58 and AC. RGB value is (146,88,172). Sum of RGB (Red+Green+Blue) = 146+88+172=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9258AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9258AC is #6DA753. Grayscale: #727272. Windows color (decimal): -7186260 or 11294866. OLE color: 11294866.

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

Color convert

RGB 146 88 172 -
CMYK 0.15 0.49 0 0.33
HSL 281.43º 0.34% 0.51% -
HSV(B) 281.43º 0.49% 0.67% -
XYZ 22.79 16.07 40.93 -
YUV 114.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 146 88 172 0.15 0.49 0 0.33 281.43 0.34 0.51
Hex 92 58 AC F 31 0 21 119 22 33
Octal 222 130 254 17 61 0 41 431 42 63
Binary 10010010 1011000 10101100 1111 110001 0 100001 100011001 100010 110011

Color Harmonies of #9258AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258AC

Black with #9258AC

Text Example


Text Example

White with #9258AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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