Html Css Color HEX #9946C6 Deep Lilac

📋 copy color: '#9946C6'

red 153 ◦ green 70 ◦ blue 198

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

Shades of Deep Lilac #9946C6

Tints of Deep Lilac #9946C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.03%

R = 36.34%
G = 16.63%
B = 47.03%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9946C6 (or 0x9946C6) is known color: Deep Lilac. HEX triplet: 99, 46 and C6. RGB value is (153,70,198). Sum of RGB (Red+Green+Blue) = 153+70+198=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #9946C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946C6 is #66B939. Grayscale: #6C6C6C. Windows color (decimal): -6732090 or 12994201. OLE color: 12994201.

HSL color Cylindrical-coordinate representation of color #9946C6: hue angle of 278.91º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9946C6 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 70 198 -
CMYK 0.23 0.65 0 0.22
HSL 278.91º 0.53% 0.53% -
HSV(B) 278.91º 0.65% 0.78% -
XYZ 25.52 15.23 55.02 -
YUV 109.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 153 70 198 0.23 0.65 0 0.22 278.91 0.53 0.53
Hex 99 46 C6 17 41 0 16 117 35 35
Octal 231 106 306 27 101 0 26 427 65 65
Binary 10011001 1000110 11000110 10111 1000001 0 10110 100010111 110101 110101

Color Harmonies of #9946C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946C6

Black with #9946C6

Text Example


Text Example

White with #9946C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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