#9B4690

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

Shades of Violet Blue #9B4690

Tints of Violet Blue #9B4690

Color information

#9B4690 (or 0x9B4690) is unknown color: approx Violet Blue. HEX triplet: 9B, 46 and 90. RGB value is (155,70,144). Sum of RGB (Red+Green+Blue) = 155+70+144=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4690 is #64B96F. Grayscale: #676767. Windows color (decimal): -6601072 or 9455259. OLE color: 9455259.

HSL color Cylindrical-coordinate representation of color #9B4690: hue angle of 307.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4690 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15570144-
CMYK00.550.070.39
HSL307.76º37.78%44.12%-
HSV(B)307.76º54.84%60.78%-
XYZ20.7413.3627.87-
YUV103.85150.66164.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=42.01%
G=18.97%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557014400.550.070.39307.7637.7844.12
Hex9B4690037727134262c
Octal2331062200677474644654
Binary100110111000110100100000110111111100111100110100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,144); }

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

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

 a { background-color: rgb(155,70,144); }

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

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

 span { border-color: rgb(155,70,144); }

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