#9B3893

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

Shades of Vivid Violet #9B3893

Tints of Vivid Violet #9B3893

Color information

#9B3893 (or 0x9B3893) is unknown color: approx Vivid Violet. HEX triplet: 9B, 38 and 93. RGB value is (155,56,147). Sum of RGB (Red+Green+Blue) = 155+56+147=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3893 is #64C76C. Grayscale: #5F5F5F. Windows color (decimal): -6604653 or 9648283. OLE color: 9648283.

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

Color convert

RGB15556147-
CMYK00.640.050.39
HSL304.85º46.92%41.37%-
HSV(B)304.85º63.87%60.78%-
XYZ20.211.928.84-
YUV95.98156.8170.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=43.30%
G=15.64%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555614700.640.050.39304.8546.9241.37
Hex9B38930405271312f29
Octal2337022301005474615751
Binary100110111110001001001101000000101100111100110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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