#9B4190

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

Shades of Violet Blue #9B4190

Tints of Violet Blue #9B4190

Color information

#9B4190 (or 0x9B4190) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 90. RGB value is (155,65,144). Sum of RGB (Red+Green+Blue) = 155+65+144=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4190 is #64BE6F. Grayscale: #646464. Windows color (decimal): -6602352 or 9453979. OLE color: 9453979.

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

Color convert

RGB15565144-
CMYK00.580.070.39
HSL307.33º40.91%43.14%-
HSV(B)307.33º58.06%60.78%-
XYZ20.4412.7627.77-
YUV100.92152.32166.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 65 (25.78% from 255) = 17.86%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=42.58%
G=17.86%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556514400.580.070.39307.3340.9143.14
Hex9B419003A727133292b
Octal2331012200727474635153
Binary100110111000001100100000111010111100111100110011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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