Html Css Color HEX #9254BA Deep Lilac

📋 copy color: '#9254BA'

red 146 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9254BA

Tints of Deep Lilac #9254BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

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

R = 35.1%
G = 20.19%
B = 44.71%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9254BA (or 0x9254BA) is known color: Deep Lilac. HEX triplet: 92, 54 and BA. RGB value is (146,84,186). Sum of RGB (Red+Green+Blue) = 146+84+186=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9254BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254BA is #6DAB45. Grayscale: #717171. Windows color (decimal): -7187270 or 12211346. OLE color: 12211346.

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

Color convert

RGB 146 84 186 -
CMYK 0.22 0.55 0 0.27
HSL 276.47º 0.43% 0.53% -
HSV(B) 276.47º 0.55% 0.73% -
XYZ 23.89 16 48.28 -
YUV 114.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 146 84 186 0.22 0.55 0 0.27 276.47 0.43 0.53
Hex 92 54 BA 16 37 0 1B 114 2A 35
Octal 222 124 272 26 67 0 33 424 52 65
Binary 10010010 1010100 10111010 10110 110111 0 11011 100010100 101010 110101

Color Harmonies of #9254BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254BA

Black with #9254BA

Text Example


Text Example

White with #9254BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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