Html Css Color HEX #9258B9 Deep Lilac

📋 copy color: '#9258B9'

red 146 ◦ green 88 ◦ blue 185

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

Shades of Deep Lilac #9258B9

Tints of Deep Lilac #9258B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.15%

R = 34.84%
G = 21%
B = 44.15%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9258B9 (or 0x9258B9) is known color: Deep Lilac. HEX triplet: 92, 58 and B9. RGB value is (146,88,185). Sum of RGB (Red+Green+Blue) = 146+88+185=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #9258B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9258B9 is #6DA746. Grayscale: #747474. Windows color (decimal): -7186247 or 12146834. OLE color: 12146834.

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

Color convert

RGB 146 88 185 -
CMYK 0.21 0.52 0 0.27
HSL 275.88º 0.41% 0.54% -
HSV(B) 275.88º 0.52% 0.73% -
XYZ 24.1 16.59 47.83 -
YUV 116.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 146 88 185 0.21 0.52 0 0.27 275.88 0.41 0.54
Hex 92 58 B9 15 34 0 1B 114 29 36
Octal 222 130 271 25 64 0 33 424 51 66
Binary 10010010 1011000 10111001 10101 110100 0 11011 100010100 101001 110110

Color Harmonies of #9258B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9258B9

Black with #9258B9

Text Example


Text Example

White with #9258B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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