#9B3B90

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

Shades of Vivid Violet #9B3B90

Tints of Vivid Violet #9B3B90

Color information

#9B3B90 (or 0x9B3B90) is unknown color: approx Vivid Violet. HEX triplet: 9B, 3B and 90. RGB value is (155,59,144). Sum of RGB (Red+Green+Blue) = 155+59+144=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3B90 is #64C46F. Grayscale: #616161. Windows color (decimal): -6603888 or 9452443. OLE color: 9452443.

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

Color convert

RGB15559144-
CMYK00.620.070.39
HSL306.88º44.86%41.96%-
HSV(B)306.88º61.94%60.78%-
XYZ20.1212.1127.66-
YUV97.39154.3169.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=43.30%
G=16.48%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555914400.620.070.39306.8844.8641.96
Hex9B3B9003E7271332d2a
Octal233732200767474635552
Binary10011011111011100100000111110111100111100110011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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