#9b3099

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

Shades of Vivid Violet #9B3099

Tints of Vivid Violet #9B3099

Color information

#9B3099 (or 0x9B3099) is unknown color: approx Vivid Violet. HEX triplet: 9B, 30 and 99. RGB value is (155,48,153). Sum of RGB (Red+Green+Blue) = 155+48+153=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3099 is #64CF66. Grayscale: #5B5B5B. Windows color (decimal): -6606695 or 10039451. OLE color: 10039451.

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

Color convert

RGB15548153-
CMYK00.690.010.39
HSL301.12º52.71%39.8%-
HSV(B)301.12º69.03%60.78%-
XYZ20.3211.3831.26-
YUV91.96162.45172.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=43.54%
G=13.48%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554815300.690.010.39301.1252.7139.8
Hex9B309904512712d3528
Octal2336023101051474556550
Binary1001101111000010011001010001011100111100101101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,153); }

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

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

 a { background-color: rgb(155,48,153); }

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

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

 span { border-color: rgb(155,48,153); }

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