#9B3590

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

Shades of Vivid Violet #9B3590

Tints of Vivid Violet #9B3590

Color information

#9B3590 (or 0x9B3590) is unknown color: approx Vivid Violet. HEX triplet: 9B, 35 and 90. RGB value is (155,53,144). Sum of RGB (Red+Green+Blue) = 155+53+144=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3590 is #64CA6F. Grayscale: #5D5D5D. Windows color (decimal): -6605424 or 9450907. OLE color: 9450907.

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

Color convert

RGB15553144-
CMYK00.660.070.39
HSL306.47º49.04%40.78%-
HSV(B)306.47º65.81%60.78%-
XYZ19.8211.5327.57-
YUV93.87156.29171.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=44.03%
G=15.06%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555314400.660.070.39306.4749.0440.78
Hex9B35900427271323129
Octal2336522001027474626151
Binary100110111101011001000001000010111100111100110010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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