Html Css Color HEX #9259B7 Deep Lilac

📋 copy color: '#9259B7'

red 146 ◦ green 89 ◦ blue 183

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

Shades of Deep Lilac #9259B7

Tints of Deep Lilac #9259B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.78%

R = 34.93%
G = 21.29%
B = 43.78%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9259B7 (or 0x9259B7) is known color: Deep Lilac. HEX triplet: 92, 59 and B7. RGB value is (146,89,183). Sum of RGB (Red+Green+Blue) = 146+89+183=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #9259B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259B7 is #6DA648. Grayscale: #747474. Windows color (decimal): -7185993 or 12016018. OLE color: 12016018.

HSL color Cylindrical-coordinate representation of color #9259B7: hue angle of 276.38º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9259B7 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 146 89 183 -
CMYK 0.20 0.51 0 0.28
HSL 276.38º 0.39% 0.53% -
HSV(B) 276.38º 0.51% 0.72% -
XYZ 23.97 16.67 46.75 -
YUV 116.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 146 89 183 0.20 0.51 0 0.28 276.38 0.39 0.53
Hex 92 59 B7 14 33 0 1C 114 27 35
Octal 222 131 267 24 63 0 34 424 47 65
Binary 10010010 1011001 10110111 10100 110011 0 11100 100010100 100111 110101

Color Harmonies of #9259B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9259B7

Black with #9259B7

Text Example


Text Example

White with #9259B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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