Html Css Color HEX #9563B6 Deep Lilac

📋 copy color: '#9563B6'

red 149 ◦ green 99 ◦ blue 182

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

Shades of Deep Lilac #9563B6

Tints of Deep Lilac #9563B6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

 BLUE value IS 182 (71.48% from 255) = 42.33%

R = 34.65%
G = 23.02%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9563B6 (or 0x9563B6) is known color: Deep Lilac. HEX triplet: 95, 63 and B6. RGB value is (149,99,182). Sum of RGB (Red+Green+Blue) = 149+99+182=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #9563B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9563B6 is #6A9C49. Grayscale: #7B7B7B. Windows color (decimal): -6986826 or 11953045. OLE color: 11953045.

HSL color Cylindrical-coordinate representation of color #9563B6: hue angle of 276.14º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9563B6 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 99 182 -
CMYK 0.18 0.46 0 0.29
HSL 276.14º 0.36% 0.55% -
HSV(B) 276.14º 0.46% 0.71% -
XYZ 25.3 18.69 46.53 -
YUV 123.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 149 99 182 0.18 0.46 0 0.29 276.14 0.36 0.55
Hex 95 63 B6 12 2E 0 1D 114 24 37
Octal 225 143 266 22 56 0 35 424 44 67
Binary 10010101 1100011 10110110 10010 101110 0 11101 100010100 100100 110111

Color Harmonies of #9563B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9563B6

Black with #9563B6

Text Example


Text Example

White with #9563B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9563B6; }

 p { color: rgb(149,99,182); }

 H1.HeaderClassName
 {
   color: #9563B6;
 }
 .AnyTagClassName
 {
   color: #9563B6;
 }
</style>

background-color css

<style>
 a { background-color: #9563B6; }

 a { background-color: rgb(149,99,182); }

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

border-color css

<style>
 span { border-color: #9563B6; }

 span { border-color: rgb(149,99,182); }

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