#9B3994

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

Shades of Vivid Violet #9B3994

Tints of Vivid Violet #9B3994

Color information

#9B3994 (or 0x9B3994) is unknown color: approx Vivid Violet. HEX triplet: 9B, 39 and 94. RGB value is (155,57,148). Sum of RGB (Red+Green+Blue) = 155+57+148=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3994 is #64C66B. Grayscale: #606060. Windows color (decimal): -6604396 or 9714075. OLE color: 9714075.

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

Color convert

RGB15557148-
CMYK00.630.050.39
HSL304.29º46.23%41.57%-
HSV(B)304.29º63.23%60.78%-
XYZ20.3312.0329.27-
YUV96.68156.97169.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=43.06%
G=15.83%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555714800.630.050.39304.2946.2341.57
Hex9B399403F5271302e2a
Octal233712240775474605652
Binary10011011111001100101000111111101100111100110000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,148); }

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

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

 a { background-color: rgb(155,57,148); }

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

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

 span { border-color: rgb(155,57,148); }

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