Html Css Color HEX #9551BA Deep Lilac

📋 copy color: '#9551BA'

red 149 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #9551BA

Tints of Deep Lilac #9551BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 35.82%
G = 19.47%
B = 44.71%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9551BA (or 0x9551BA) is known color: Deep Lilac. HEX triplet: 95, 51 and BA. RGB value is (149,81,186). Sum of RGB (Red+Green+Blue) = 149+81+186=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9551BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551BA is #6AAE45. Grayscale: #707070. Windows color (decimal): -6991430 or 12210581. OLE color: 12210581.

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

Color convert

RGB 149 81 186 -
CMYK 0.20 0.56 0 0.27
HSL 278.86º 0.43% 0.52% -
HSV(B) 278.86º 0.56% 0.73% -
XYZ 24.2 15.82 48.23 -
YUV 113.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 149 81 186 0.20 0.56 0 0.27 278.86 0.43 0.52
Hex 95 51 BA 14 38 0 1B 117 2B 34
Octal 225 121 272 24 70 0 33 427 53 64
Binary 10010101 1010001 10111010 10100 111000 0 11011 100010111 101011 110100

Color Harmonies of #9551BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551BA

Black with #9551BA

Text Example


Text Example

White with #9551BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,81,186); }

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

background-color css

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

 a { background-color: rgb(149,81,186); }

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

border-color css

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

 span { border-color: rgb(149,81,186); }

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