#9B4195

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

Shades of Violet Blue #9B4195

Tints of Violet Blue #9B4195

Color information

#9B4195 (or 0x9B4195) is unknown color: approx Violet Blue. HEX triplet: 9B, 41 and 95. RGB value is (155,65,149). Sum of RGB (Red+Green+Blue) = 155+65+149=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4195 is #64BE6A. Grayscale: #656565. Windows color (decimal): -6602347 or 9781659. OLE color: 9781659.

HSL color Cylindrical-coordinate representation of color #9B4195: hue angle of 304º 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 #9B4195 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15565149-
CMYK00.580.040.39
HSL304º40.91%43.14%-
HSV(B)304º58.06%60.78%-
XYZ20.8312.9229.83-
YUV101.49154.82166.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=42.01%
G=17.62%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556514900.580.040.3930440.9143.14
Hex9B419503A427130292b
Octal2331012250724474605153
Binary100110111000001100101010111010100100111100110000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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