#9B4F8C

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

Shades of Violet Blue #9B4F8C

Tints of Violet Blue #9B4F8C

Color information

#9B4F8C (or 0x9B4F8C) is unknown color: approx Violet Blue. HEX triplet: 9B, 4F and 8C. RGB value is (155,79,140). Sum of RGB (Red+Green+Blue) = 155+79+140=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4F8C is #64B073. Grayscale: #6C6C6C. Windows color (decimal): -6598772 or 9195419. OLE color: 9195419.

HSL color Cylindrical-coordinate representation of color #9B4F8C: hue angle of 311.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B4F8C is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB15579140-
CMYK00.490.100.39
HSL311.84º32.48%45.88%-
HSV(B)311.84º49.03%60.78%-
XYZ21.0514.4526.49-
YUV108.68145.68161.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=41.44%
G=21.12%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557914000.490.100.39311.8432.4845.88
Hex9B4F8C031A27138202e
Octal23311721406112474704056
Binary1001101110011111000110001100011010100111100111000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,140); }

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

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

 a { background-color: rgb(155,79,140); }

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

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

 span { border-color: rgb(155,79,140); }

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