Html Css Color HEX #9259BB Deep Lilac

📋 copy color: '#9259BB'

red 146 ◦ green 89 ◦ blue 187

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

Shades of Deep Lilac #9259BB

Tints of Deep Lilac #9259BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 34.6%
G = 21.09%
B = 44.31%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9259BB (or 0x9259BB) is known color: Deep Lilac. HEX triplet: 92, 59 and BB. RGB value is (146,89,187). Sum of RGB (Red+Green+Blue) = 146+89+187=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #9259BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259BB is #6DA644. Grayscale: #747474. Windows color (decimal): -7185989 or 12278162. OLE color: 12278162.

HSL color Cylindrical-coordinate representation of color #9259BB: hue angle of 274.9º degrees, saturation: 0.42, 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 #9259BB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 89 187 -
CMYK 0.22 0.52 0 0.27
HSL 274.9º 0.42% 0.54% -
HSV(B) 274.9º 0.52% 0.73% -
XYZ 24.4 16.84 48.98 -
YUV 117.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 146 89 187 0.22 0.52 0 0.27 274.9 0.42 0.54
Hex 92 59 BB 16 34 0 1B 113 2A 36
Octal 222 131 273 26 64 0 33 423 52 66
Binary 10010010 1011001 10111011 10110 110100 0 11011 100010011 101010 110110

Color Harmonies of #9259BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259BB

Black with #9259BB

Text Example


Text Example

White with #9259BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9259BB; }

 p { color: rgb(146,89,187); }

 H1.HeaderClassName
 {
   color: #9259BB;
 }
 .AnyTagClassName
 {
   color: #9259BB;
 }
</style>

background-color css

<style>
 a { background-color: #9259BB; }

 a { background-color: rgb(146,89,187); }

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

border-color css

<style>
 span { border-color: #9259BB; }

 span { border-color: rgb(146,89,187); }

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