#9B3293

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

Shades of Vivid Violet #9B3293

Tints of Vivid Violet #9B3293

Color information

#9B3293 (or 0x9B3293) is unknown color: approx Vivid Violet. HEX triplet: 9B, 32 and 93. RGB value is (155,50,147). Sum of RGB (Red+Green+Blue) = 155+50+147=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3293 is #64CD6C. Grayscale: #5C5C5C. Windows color (decimal): -6606189 or 9646747. OLE color: 9646747.

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

Color convert

RGB15550147-
CMYK00.680.050.39
HSL304.57º51.22%40.2%-
HSV(B)304.57º67.74%60.78%-
XYZ19.9211.3628.75-
YUV92.45158.79172.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 50 (19.92% from 255) = 14.20%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=44.03%
G=14.20%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555014700.680.050.39304.5751.2240.2
Hex9B32930445271313328
Octal2336222301045474616350
Binary100110111100101001001101000100101100111100110001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,147); }

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

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

 a { background-color: rgb(155,50,147); }

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

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

 span { border-color: rgb(155,50,147); }

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