Html Css Color HEX #9552BA Deep Lilac

📋 copy color: '#9552BA'

red 149 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9552BA

Tints of Deep Lilac #9552BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 35.73%
G = 19.66%
B = 44.6%

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

#9552BA (or 0x9552BA) is known color: Deep Lilac. HEX triplet: 95, 52 and BA. RGB value is (149,82,186). Sum of RGB (Red+Green+Blue) = 149+82+186=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9552BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552BA is #6AAD45. Grayscale: #717171. Windows color (decimal): -6991174 or 12210837. OLE color: 12210837.

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

Color convert

RGB 149 82 186 -
CMYK 0.20 0.56 0 0.27
HSL 278.65º 0.43% 0.53% -
HSV(B) 278.65º 0.56% 0.73% -
XYZ 24.27 15.97 48.26 -
YUV 113.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 149 82 186 0.20 0.56 0 0.27 278.65 0.43 0.53
Hex 95 52 BA 14 38 0 1B 117 2B 35
Octal 225 122 272 24 70 0 33 427 53 65
Binary 10010101 1010010 10111010 10100 111000 0 11011 100010111 101011 110101

Color Harmonies of #9552BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552BA

Black with #9552BA

Text Example


Text Example

White with #9552BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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