Html Css Color HEX #9552C0 Deep Lilac

📋 copy color: '#9552C0'

red 149 ◦ green 82 ◦ blue 192

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

Shades of Deep Lilac #9552C0

Tints of Deep Lilac #9552C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.39%

R = 35.22%
G = 19.39%
B = 45.39%

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

#9552C0 (or 0x9552C0) is known color: Deep Lilac. HEX triplet: 95, 52 and C0. RGB value is (149,82,192). Sum of RGB (Red+Green+Blue) = 149+82+192=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #9552C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552C0 is #6AAD3F. Grayscale: #727272. Windows color (decimal): -6991168 or 12604053. OLE color: 12604053.

HSL color Cylindrical-coordinate representation of color #9552C0: hue angle of 276.55º degrees, saturation: 0.47, 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 #9552C0 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 82 192 -
CMYK 0.22 0.57 0 0.25
HSL 276.55º 0.47% 0.54% -
HSV(B) 276.55º 0.57% 0.75% -
XYZ 24.93 16.23 51.69 -
YUV 114.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 149 82 192 0.22 0.57 0 0.25 276.55 0.47 0.54
Hex 95 52 C0 16 39 0 19 115 2F 36
Octal 225 122 300 26 71 0 31 425 57 66
Binary 10010101 1010010 11000000 10110 111001 0 11001 100010101 101111 110110

Color Harmonies of #9552C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552C0

Black with #9552C0

Text Example


Text Example

White with #9552C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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