Html Css Color HEX #9556C0 Deep Lilac

📋 copy color: '#9556C0'

red 149 ◦ green 86 ◦ blue 192

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

Shades of Deep Lilac #9556C0

Tints of Deep Lilac #9556C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

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

R = 34.89%
G = 20.14%
B = 44.96%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9556C0 (or 0x9556C0) is known color: Deep Lilac. HEX triplet: 95, 56 and C0. RGB value is (149,86,192). Sum of RGB (Red+Green+Blue) = 149+86+192=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #9556C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556C0 is #6AA93F. Grayscale: #747474. Windows color (decimal): -6990144 or 12605077. OLE color: 12605077.

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

Color convert

RGB 149 86 192 -
CMYK 0.22 0.55 0 0.25
HSL 275.66º 0.46% 0.55% -
HSV(B) 275.66º 0.55% 0.75% -
XYZ 25.24 16.85 51.79 -
YUV 116.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 149 86 192 0.22 0.55 0 0.25 275.66 0.46 0.55
Hex 95 56 C0 16 37 0 19 114 2E 37
Octal 225 126 300 26 67 0 31 424 56 67
Binary 10010101 1010110 11000000 10110 110111 0 11001 100010100 101110 110111

Color Harmonies of #9556C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9556C0

Black with #9556C0

Text Example


Text Example

White with #9556C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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