#9B479C

Color #9B479C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9B479C

Tints of Violet Blue #9B479C

Color information

#9B479C (or 0x9B479C) is unknown color: approx Violet Blue. HEX triplet: 9B, 47 and 9C. RGB value is (155,71,156). Sum of RGB (Red+Green+Blue) = 155+71+156=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B479C is #64B863. Grayscale: #696969. Windows color (decimal): -6600804 or 10241947. OLE color: 10241947.

HSL color Cylindrical-coordinate representation of color #9B479C: hue angle of 299.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B479C is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15571156-
CMYK0.010.5400.39
HSL299.29º37.44%44.51%-
HSV(B)299.29º54.49%61.18%-
XYZ21.7713.8832.98-
YUV105.81156.33163.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.58%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=40.58%
G=18.59%
B=40.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155711560.010.5400.39299.2937.4444.51
Hex9B479C13602712b252d
Octal2331072341660474534555
Binary1001101110001111001110011101100100111100101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B479C; }

 p { color: rgb(155,71,156); }

 H1.HeaderClassName
 {
   color: #9B479C;
 }
 .AnyTagClassName
 {
   color: #9B479C;
 }
</style>
background-color css

<style>
 a { background-color: #9B479C; }

 a { background-color: rgb(155,71,156); }

 div.DivClassName
 {
   background-color: #9B479C;
 }
 .BgClassName
 {
   background-color: #9B479C;
 }
</style>
border-color css

<style>
 span { border-color: #9B479C; }

 span { border-color: rgb(155,71,156); }

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