Html Css Color HEX #9946A6 Violet Blue

📋 copy color: '#9946A6'

red 153 ◦ green 70 ◦ blue 166

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

Shades of Violet Blue #9946A6

Tints of Violet Blue #9946A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 39.33%
G = 17.99%
B = 42.67%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9946A6 (or 0x9946A6) is known color: Violet Blue. HEX triplet: 99, 46 and A6. RGB value is (153,70,166). Sum of RGB (Red+Green+Blue) = 153+70+166=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #9946A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9946A6 is #66B959. Grayscale: #696969. Windows color (decimal): -6732122 or 10897049. OLE color: 10897049.

HSL color Cylindrical-coordinate representation of color #9946A6: hue angle of 291.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9946A6 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 70 166 -
CMYK 0.08 0.58 0 0.35
HSL 291.88º 0.41% 0.46% -
HSV(B) 291.88º 0.58% 0.65% -
XYZ 22.21 13.91 37.59 -
YUV 105.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 153 70 166 0.08 0.58 0 0.35 291.88 0.41 0.46
Hex 99 46 A6 8 3A 0 23 124 29 2E
Octal 231 106 246 10 72 0 43 444 51 56
Binary 10011001 1000110 10100110 1000 111010 0 100011 100100100 101001 101110

Color Harmonies of #9946A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946A6

Black with #9946A6

Text Example


Text Example

White with #9946A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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