Html Css Color HEX #9551B4 Deep Lilac

📋 copy color: '#9551B4'

red 149 ◦ green 81 ◦ blue 180

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

Shades of Deep Lilac #9551B4

Tints of Deep Lilac #9551B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 36.34%
G = 19.76%
B = 43.9%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9551B4 (or 0x9551B4) is known color: Deep Lilac. HEX triplet: 95, 51 and B4. RGB value is (149,81,180). Sum of RGB (Red+Green+Blue) = 149+81+180=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #9551B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551B4 is #6AAE4B. Grayscale: #707070. Windows color (decimal): -6991436 or 11817365. OLE color: 11817365.

HSL color Cylindrical-coordinate representation of color #9551B4: hue angle of 281.21º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9551B4 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 81 180 -
CMYK 0.17 0.55 0 0.29
HSL 281.21º 0.4% 0.51% -
HSV(B) 281.21º 0.55% 0.71% -
XYZ 23.58 15.57 44.94 -
YUV 112.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 149 81 180 0.17 0.55 0 0.29 281.21 0.4 0.51
Hex 95 51 B4 11 37 0 1D 119 28 33
Octal 225 121 264 21 67 0 35 431 50 63
Binary 10010101 1010001 10110100 10001 110111 0 11101 100011001 101000 110011

Color Harmonies of #9551B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551B4

Black with #9551B4

Text Example


Text Example

White with #9551B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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