Html Css Color HEX #9946B2 Deep Lilac

📋 copy color: '#9946B2'

red 153 ◦ green 70 ◦ blue 178

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

Shades of Deep Lilac #9946B2

Tints of Deep Lilac #9946B2

RGB

 RED value IS 153 (60.16% from 255) = 38.15%

 GREEN value IS 70 (27.73% from 255) = 17.46%

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 38.15%
G = 17.46%
B = 44.39%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9946B2 (or 0x9946B2) is known color: Deep Lilac. HEX triplet: 99, 46 and B2. RGB value is (153,70,178). Sum of RGB (Red+Green+Blue) = 153+70+178=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #9946B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9946B2 is #66B94D. Grayscale: #6A6A6A. Windows color (decimal): -6732110 or 11683481. OLE color: 11683481.

HSL color Cylindrical-coordinate representation of color #9946B2: hue angle of 286.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9946B2 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 70 178 -
CMYK 0.14 0.61 0 0.30
HSL 286.11º 0.44% 0.49% -
HSV(B) 286.11º 0.61% 0.7% -
XYZ 23.36 14.37 43.66 -
YUV 107.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 153 70 178 0.14 0.61 0 0.30 286.11 0.44 0.49
Hex 99 46 B2 E 3D 0 1E 11E 2C 31
Octal 231 106 262 16 75 0 36 436 54 61
Binary 10011001 1000110 10110010 1110 111101 0 11110 100011110 101100 110001

Color Harmonies of #9946B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946B2

Black with #9946B2

Text Example


Text Example

White with #9946B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9946B2; }

 p { color: rgb(153,70,178); }

 H1.HeaderClassName
 {
   color: #9946B2;
 }
 .AnyTagClassName
 {
   color: #9946B2;
 }
</style>

background-color css

<style>
 a { background-color: #9946B2; }

 a { background-color: rgb(153,70,178); }

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

border-color css

<style>
 span { border-color: #9946B2; }

 span { border-color: rgb(153,70,178); }

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