#9B3993

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

Shades of Vivid Violet #9B3993

Tints of Vivid Violet #9B3993

Color information

#9B3993 (or 0x9B3993) is unknown color: approx Vivid Violet. HEX triplet: 9B, 39 and 93. RGB value is (155,57,147). Sum of RGB (Red+Green+Blue) = 155+57+147=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3993 is #64C66C. Grayscale: #606060. Windows color (decimal): -6604397 or 9648539. OLE color: 9648539.

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

Color convert

RGB15557147-
CMYK00.630.050.39
HSL304.9º46.23%41.57%-
HSV(B)304.9º63.23%60.78%-
XYZ20.251228.85-
YUV96.56156.47169.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=43.18%
G=15.88%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555714700.630.050.39304.946.2341.57
Hex9B399303F5271312e2a
Octal233712230775474615652
Binary10011011111001100100110111111101100111100110001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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