#9B3F9F

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

Shades of Violet Blue #9B3F9F

Tints of Violet Blue #9B3F9F

Color information

#9B3F9F (or 0x9B3F9F) is unknown color: approx Violet Blue. HEX triplet: 9B, 3F and 9F. RGB value is (155,63,159). Sum of RGB (Red+Green+Blue) = 155+63+159=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B3F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3F9F is #64C060. Grayscale: #656565. Windows color (decimal): -6602849 or 10436507. OLE color: 10436507.

HSL color Cylindrical-coordinate representation of color #9B3F9F: hue angle of 297.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B3F9F is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15563159-
CMYK0.030.6000.38
HSL297.5º43.24%43.53%-
HSV(B)297.5º60.38%62.35%-
XYZ21.5513.0334.18-
YUV101.45160.48166.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=41.11%
G=16.71%
B=42.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155631590.030.6000.38297.543.2443.53
Hex9B3F9F33C02612a2b2c
Octal233772373740464525354
Binary1001101111111110011111111111000100110100101010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,159); }

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

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

 a { background-color: rgb(155,63,159); }

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

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

 span { border-color: rgb(155,63,159); }

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