Html Css Color HEX #9259BE Deep Lilac

📋 copy color: '#9259BE'

red 146 ◦ green 89 ◦ blue 190

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

Shades of Deep Lilac #9259BE

Tints of Deep Lilac #9259BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 34.35%
G = 20.94%
B = 44.71%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9259BE (or 0x9259BE) is known color: Deep Lilac. HEX triplet: 92, 59 and BE. RGB value is (146,89,190). Sum of RGB (Red+Green+Blue) = 146+89+190=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9259BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259BE is #6DA641. Grayscale: #757575. Windows color (decimal): -7185986 or 12474770. OLE color: 12474770.

HSL color Cylindrical-coordinate representation of color #9259BE: hue angle of 273.86º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9259BE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 89 190 -
CMYK 0.23 0.53 0 0.25
HSL 273.86º 0.44% 0.55% -
HSV(B) 273.86º 0.53% 0.75% -
XYZ 24.72 16.97 50.69 -
YUV 117.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 146 89 190 0.23 0.53 0 0.25 273.86 0.44 0.55
Hex 92 59 BE 17 35 0 19 112 2C 37
Octal 222 131 276 27 65 0 31 422 54 67
Binary 10010010 1011001 10111110 10111 110101 0 11001 100010010 101100 110111

Color Harmonies of #9259BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259BE

Black with #9259BE

Text Example


Text Example

White with #9259BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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