Html Css Color HEX #9454BD Deep Lilac

📋 copy color: '#9454BD'

red 148 ◦ green 84 ◦ blue 189

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

Shades of Deep Lilac #9454BD

Tints of Deep Lilac #9454BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 35.15%
G = 19.95%
B = 44.89%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9454BD (or 0x9454BD) is known color: Deep Lilac. HEX triplet: 94, 54 and BD. RGB value is (148,84,189). Sum of RGB (Red+Green+Blue) = 148+84+189=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #9454BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454BD is #6BAB42. Grayscale: #727272. Windows color (decimal): -7056195 or 12407956. OLE color: 12407956.

HSL color Cylindrical-coordinate representation of color #9454BD: hue angle of 276.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9454BD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 84 189 -
CMYK 0.22 0.56 0 0.26
HSL 276.57º 0.44% 0.54% -
HSV(B) 276.57º 0.56% 0.74% -
XYZ 24.57 16.31 50 -
YUV 115.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 148 84 189 0.22 0.56 0 0.26 276.57 0.44 0.54
Hex 94 54 BD 16 38 0 1A 115 2C 36
Octal 224 124 275 26 70 0 32 425 54 66
Binary 10010100 1010100 10111101 10110 111000 0 11010 100010101 101100 110110

Color Harmonies of #9454BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454BD

Black with #9454BD

Text Example


Text Example

White with #9454BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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