Html Css Color HEX #9554B3 Deep Lilac

📋 copy color: '#9554B3'

red 149 ◦ green 84 ◦ blue 179

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

Shades of Deep Lilac #9554B3

Tints of Deep Lilac #9554B3

RGB

 RED value IS 149 (58.59% from 255) = 36.17%

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

 BLUE value IS 179 (70.31% from 255) = 43.45%

R = 36.17%
G = 20.39%
B = 43.45%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9554B3 (or 0x9554B3) is known color: Deep Lilac. HEX triplet: 95, 54 and B3. RGB value is (149,84,179). Sum of RGB (Red+Green+Blue) = 149+84+179=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 179 - color contains mainly: blue. Hex color #9554B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554B3 is #6AAB4C. Grayscale: #717171. Windows color (decimal): -6990669 or 11752597. OLE color: 11752597.

HSL color Cylindrical-coordinate representation of color #9554B3: hue angle of 281.05º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9554B3 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 84 179 -
CMYK 0.17 0.53 0 0.30
HSL 281.05º 0.38% 0.52% -
HSV(B) 281.05º 0.53% 0.7% -
XYZ 23.7 15.98 44.48 -
YUV 114.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 149 84 179 0.17 0.53 0 0.30 281.05 0.38 0.52
Hex 95 54 B3 11 35 0 1E 119 26 34
Octal 225 124 263 21 65 0 36 431 46 64
Binary 10010101 1010100 10110011 10001 110101 0 11110 100011001 100110 110100

Color Harmonies of #9554B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9554B3

Black with #9554B3

Text Example


Text Example

White with #9554B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9554B3; }

 p { color: rgb(149,84,179); }

 H1.HeaderClassName
 {
   color: #9554B3;
 }
 .AnyTagClassName
 {
   color: #9554B3;
 }
</style>

background-color css

<style>
 a { background-color: #9554B3; }

 a { background-color: rgb(149,84,179); }

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

border-color css

<style>
 span { border-color: #9554B3; }

 span { border-color: rgb(149,84,179); }

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