Html Css Color HEX #9552BF Deep Lilac

📋 copy color: '#9552BF'

red 149 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #9552BF

Tints of Deep Lilac #9552BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 35.31%
G = 19.43%
B = 45.26%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9552BF (or 0x9552BF) is known color: Deep Lilac. HEX triplet: 95, 52 and BF. RGB value is (149,82,191). Sum of RGB (Red+Green+Blue) = 149+82+191=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9552BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552BF is #6AAD40. Grayscale: #727272. Windows color (decimal): -6991169 or 12538517. OLE color: 12538517.

HSL color Cylindrical-coordinate representation of color #9552BF: hue angle of 276.88º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9552BF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 82 191 -
CMYK 0.22 0.57 0 0.25
HSL 276.88º 0.46% 0.54% -
HSV(B) 276.88º 0.57% 0.75% -
XYZ 24.82 16.19 51.11 -
YUV 114.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 149 82 191 0.22 0.57 0 0.25 276.88 0.46 0.54
Hex 95 52 BF 16 39 0 19 115 2E 36
Octal 225 122 277 26 71 0 31 425 56 66
Binary 10010101 1010010 10111111 10110 111001 0 11001 100010101 101110 110110

Color Harmonies of #9552BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552BF

Black with #9552BF

Text Example


Text Example

White with #9552BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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