Html Css Color HEX #9552BC Deep Lilac

📋 copy color: '#9552BC'

red 149 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #9552BC

Tints of Deep Lilac #9552BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 35.56%
G = 19.57%
B = 44.87%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9552BC (or 0x9552BC) is known color: Deep Lilac. HEX triplet: 95, 52 and BC. RGB value is (149,82,188). Sum of RGB (Red+Green+Blue) = 149+82+188=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9552BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552BC is #6AAD43. Grayscale: #717171. Windows color (decimal): -6991172 or 12341909. OLE color: 12341909.

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

Color convert

RGB 149 82 188 -
CMYK 0.21 0.56 0 0.26
HSL 277.92º 0.44% 0.53% -
HSV(B) 277.92º 0.56% 0.74% -
XYZ 24.49 16.05 49.39 -
YUV 114.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 149 82 188 0.21 0.56 0 0.26 277.92 0.44 0.53
Hex 95 52 BC 15 38 0 1A 116 2C 35
Octal 225 122 274 25 70 0 32 426 54 65
Binary 10010101 1010010 10111100 10101 111000 0 11010 100010110 101100 110101

Color Harmonies of #9552BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552BC

Black with #9552BC

Text Example


Text Example

White with #9552BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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