#9D3393

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

Shades of Vivid Violet #9D3393

Tints of Vivid Violet #9D3393

Color information

#9D3393 (or 0x9D3393) is unknown color: approx Vivid Violet. HEX triplet: 9D, 33 and 93. RGB value is (157,51,147). Sum of RGB (Red+Green+Blue) = 157+51+147=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3393 is #62CC6C. Grayscale: #5D5D5D. Windows color (decimal): -6474861 or 9647005. OLE color: 9647005.

HSL color Cylindrical-coordinate representation of color #9D3393: hue angle of 305.66º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3393 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15751147-
CMYK00.680.060.38
HSL305.66º50.96%40.78%-
HSV(B)305.66º67.52%61.57%-
XYZ20.3511.6428.78-
YUV93.64158.12173.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=44.23%
G=14.37%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575114700.680.060.38305.6650.9640.78
Hex9D33930446261323329
Octal2356322301046464626351
Binary100111011100111001001101000100110100110100110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,51,147); }

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

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

 a { background-color: rgb(157,51,147); }

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

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

 span { border-color: rgb(157,51,147); }

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