#9B4395

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

Shades of Violet Blue #9B4395

Tints of Violet Blue #9B4395

Color information

#9B4395 (or 0x9B4395) is unknown color: approx Violet Blue. HEX triplet: 9B, 43 and 95. RGB value is (155,67,149). Sum of RGB (Red+Green+Blue) = 155+67+149=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4395 is #64BC6A. Grayscale: #666666. Windows color (decimal): -6601835 or 9782171. OLE color: 9782171.

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

Color convert

RGB15567149-
CMYK00.570.040.39
HSL304.09º39.64%43.53%-
HSV(B)304.09º56.77%60.78%-
XYZ20.9513.1529.87-
YUV102.66154.15165.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=41.78%
G=18.06%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556714900.570.040.39304.0939.6443.53
Hex9B4395039427130282c
Octal2331032250714474605054
Binary100110111000011100101010111001100100111100110000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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