#9B3693

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

Shades of Vivid Violet #9B3693

Tints of Vivid Violet #9B3693

Color information

#9B3693 (or 0x9B3693) is unknown color: approx Vivid Violet. HEX triplet: 9B, 36 and 93. RGB value is (155,54,147). Sum of RGB (Red+Green+Blue) = 155+54+147=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3693 is #64C96C. Grayscale: #5E5E5E. Windows color (decimal): -6605165 or 9647771. OLE color: 9647771.

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

Color convert

RGB15554147-
CMYK00.650.050.39
HSL304.75º48.33%40.98%-
HSV(B)304.75º65.16%60.78%-
XYZ20.111.7128.81-
YUV94.8157.46170.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 54 (21.48% from 255) = 15.17%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=43.54%
G=15.17%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555414700.650.050.39304.7548.3340.98
Hex9B36930415271313029
Octal2336622301015474616051
Binary100110111101101001001101000001101100111100110001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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