Html Css Color HEX #9459BA Deep Lilac

📋 copy color: '#9459BA'

red 148 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9459BA

Tints of Deep Lilac #9459BA

RGB

 RED value IS 148 (58.2% from 255) = 34.99%

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

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

R = 34.99%
G = 21.04%
B = 43.97%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9459BA (or 0x9459BA) is known color: Deep Lilac. HEX triplet: 94, 59 and BA. RGB value is (148,89,186). Sum of RGB (Red+Green+Blue) = 148+89+186=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9459BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459BA is #6BA645. Grayscale: #757575. Windows color (decimal): -7054918 or 12212628. OLE color: 12212628.

HSL color Cylindrical-coordinate representation of color #9459BA: hue angle of 276.49º 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 #9459BA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 89 186 -
CMYK 0.20 0.52 0 0.27
HSL 276.49º 0.41% 0.54% -
HSV(B) 276.49º 0.52% 0.73% -
XYZ 24.65 16.99 48.43 -
YUV 117.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 148 89 186 0.20 0.52 0 0.27 276.49 0.41 0.54
Hex 94 59 BA 14 34 0 1B 114 29 36
Octal 224 131 272 24 64 0 33 424 51 66
Binary 10010100 1011001 10111010 10100 110100 0 11011 100010100 101001 110110

Color Harmonies of #9459BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459BA

Black with #9459BA

Text Example


Text Example

White with #9459BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,89,186); }

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

background-color css

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

 a { background-color: rgb(148,89,186); }

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

border-color css

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

 span { border-color: rgb(148,89,186); }

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