#9B3F8F

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

Shades of Violet Blue #9B3F8F

Tints of Violet Blue #9B3F8F

Color information

#9B3F8F (or 0x9B3F8F) is unknown color: approx Violet Blue. HEX triplet: 9B, 3F and 8F. RGB value is (155,63,143). Sum of RGB (Red+Green+Blue) = 155+63+143=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3F8F is #64C070. Grayscale: #636363. Windows color (decimal): -6602865 or 9387931. OLE color: 9387931.

HSL color Cylindrical-coordinate representation of color #9B3F8F: hue angle of 307.83º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B3F8F is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15563143-
CMYK00.590.080.39
HSL307.83º42.2%42.75%-
HSV(B)307.83º59.35%60.78%-
XYZ20.2512.5127.33-
YUV99.63152.48167.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=42.94%
G=17.45%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556314300.590.080.39307.8342.242.75
Hex9B3F8F03B8271342a2b
Octal2337721707310474645253
Binary100110111111111000111101110111000100111100110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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