Html Css Color HEX #9258BA Deep Lilac

📋 copy color: '#9258BA'

red 146 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9258BA

Tints of Deep Lilac #9258BA

RGB

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

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

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

R = 34.76%
G = 20.95%
B = 44.29%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9258BA (or 0x9258BA) is known color: Deep Lilac. HEX triplet: 92, 58 and BA. RGB value is (146,88,186). Sum of RGB (Red+Green+Blue) = 146+88+186=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9258BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258BA is #6DA745. Grayscale: #747474. Windows color (decimal): -7186246 or 12212370. OLE color: 12212370.

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

Color convert

RGB 146 88 186 -
CMYK 0.22 0.53 0 0.27
HSL 275.51º 0.42% 0.54% -
HSV(B) 275.51º 0.53% 0.73% -
XYZ 24.21 16.64 48.39 -
YUV 116.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 146 88 186 0.22 0.53 0 0.27 275.51 0.42 0.54
Hex 92 58 BA 16 35 0 1B 114 2A 36
Octal 222 130 272 26 65 0 33 424 52 66
Binary 10010010 1011000 10111010 10110 110101 0 11011 100010100 101010 110110

Color Harmonies of #9258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258BA

Black with #9258BA

Text Example


Text Example

White with #9258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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