Html Css Color HEX #9454BA Deep Lilac

📋 copy color: '#9454BA'

red 148 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9454BA

Tints of Deep Lilac #9454BA

RGB

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

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

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

R = 35.41%
G = 20.1%
B = 44.5%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9454BA (or 0x9454BA) is known color: Deep Lilac. HEX triplet: 94, 54 and BA. RGB value is (148,84,186). Sum of RGB (Red+Green+Blue) = 148+84+186=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9454BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454BA is #6BAB45. Grayscale: #727272. Windows color (decimal): -7056198 or 12211348. OLE color: 12211348.

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

Color convert

RGB 148 84 186 -
CMYK 0.20 0.55 0 0.27
HSL 277.65º 0.43% 0.53% -
HSV(B) 277.65º 0.55% 0.73% -
XYZ 24.25 16.18 48.3 -
YUV 114.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 148 84 186 0.20 0.55 0 0.27 277.65 0.43 0.53
Hex 94 54 BA 14 37 0 1B 116 2A 35
Octal 224 124 272 24 67 0 33 426 52 65
Binary 10010100 1010100 10111010 10100 110111 0 11011 100010110 101010 110101

Color Harmonies of #9454BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454BA

Black with #9454BA

Text Example


Text Example

White with #9454BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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