Html Css Color HEX #9946B4 Deep Lilac

📋 copy color: '#9946B4'

red 153 ◦ green 70 ◦ blue 180

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

Shades of Deep Lilac #9946B4

Tints of Deep Lilac #9946B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 37.97%
G = 17.37%
B = 44.67%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9946B4 (or 0x9946B4) is known color: Deep Lilac. HEX triplet: 99, 46 and B4. RGB value is (153,70,180). Sum of RGB (Red+Green+Blue) = 153+70+180=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #9946B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946B4 is #66B94B. Grayscale: #6A6A6A. Windows color (decimal): -6732108 or 11814553. OLE color: 11814553.

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

Color convert

RGB 153 70 180 -
CMYK 0.15 0.61 0 0.29
HSL 285.27º 0.44% 0.49% -
HSV(B) 285.27º 0.61% 0.71% -
XYZ 23.57 14.45 44.73 -
YUV 107.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 153 70 180 0.15 0.61 0 0.29 285.27 0.44 0.49
Hex 99 46 B4 F 3D 0 1D 11D 2C 31
Octal 231 106 264 17 75 0 35 435 54 61
Binary 10011001 1000110 10110100 1111 111101 0 11101 100011101 101100 110001

Color Harmonies of #9946B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946B4

Black with #9946B4

Text Example


Text Example

White with #9946B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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