Html Css Color HEX #9460BA Deep Lilac

📋 copy color: '#9460BA'

red 148 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #9460BA

Tints of Deep Lilac #9460BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

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

R = 34.42%
G = 22.33%
B = 43.26%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9460BA (or 0x9460BA) is known color: Deep Lilac. HEX triplet: 94, 60 and BA. RGB value is (148,96,186). Sum of RGB (Red+Green+Blue) = 148+96+186=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #9460BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460BA is #6B9F45. Grayscale: #797979. Windows color (decimal): -7053126 or 12214420. OLE color: 12214420.

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

Color convert

RGB 148 96 186 -
CMYK 0.20 0.48 0 0.27
HSL 274.67º 0.39% 0.55% -
HSV(B) 274.67º 0.48% 0.73% -
XYZ 25.26 18.21 48.64 -
YUV 121.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 148 96 186 0.20 0.48 0 0.27 274.67 0.39 0.55
Hex 94 60 BA 14 30 0 1B 113 27 37
Octal 224 140 272 24 60 0 33 423 47 67
Binary 10010100 1100000 10111010 10100 110000 0 11011 100010011 100111 110111

Color Harmonies of #9460BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460BA

Black with #9460BA

Text Example


Text Example

White with #9460BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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