#9B3A90

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

Shades of Vivid Violet #9B3A90

Tints of Vivid Violet #9B3A90

Color information

#9B3A90 (or 0x9B3A90) is unknown color: approx Vivid Violet. HEX triplet: 9B, 3A and 90. RGB value is (155,58,144). Sum of RGB (Red+Green+Blue) = 155+58+144=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3A90 is #64C56F. Grayscale: #606060. Windows color (decimal): -6604144 or 9452187. OLE color: 9452187.

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

Color convert

RGB15558144-
CMYK00.630.070.39
HSL306.8º45.54%41.76%-
HSV(B)306.8º62.58%60.78%-
XYZ20.0612.0127.65-
YUV96.81154.64169.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=43.42%
G=16.25%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555814400.630.070.39306.845.5441.76
Hex9B3A9003F7271332e2a
Octal233722200777474635652
Binary10011011111010100100000111111111100111100110011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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