Html Css Color HEX #9956A6 Violet Blue

📋 copy color: '#9956A6'

red 153 ◦ green 86 ◦ blue 166

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

Shades of Violet Blue #9956A6

Tints of Violet Blue #9956A6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 37.78%
G = 21.23%
B = 40.99%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9956A6 (or 0x9956A6) is known color: Violet Blue. HEX triplet: 99, 56 and A6. RGB value is (153,86,166). Sum of RGB (Red+Green+Blue) = 153+86+166=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #9956A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9956A6 is #66A959. Grayscale: #727272. Windows color (decimal): -6728026 or 10901145. OLE color: 10901145.

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

Color convert

RGB 153 86 166 -
CMYK 0.08 0.48 0 0.35
HSL 290.25º 0.32% 0.49% -
HSV(B) 290.25º 0.48% 0.65% -
XYZ 23.35 16.18 37.97 -
YUV 115.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 153 86 166 0.08 0.48 0 0.35 290.25 0.32 0.49
Hex 99 56 A6 8 30 0 23 122 20 31
Octal 231 126 246 10 60 0 43 442 40 61
Binary 10011001 1010110 10100110 1000 110000 0 100011 100100010 100000 110001

Color Harmonies of #9956A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9956A6

Black with #9956A6

Text Example


Text Example

White with #9956A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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