#9D3493

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

Shades of Vivid Violet #9D3493

Tints of Vivid Violet #9D3493

Color information

#9D3493 (or 0x9D3493) is unknown color: approx Vivid Violet. HEX triplet: 9D, 34 and 93. RGB value is (157,52,147). Sum of RGB (Red+Green+Blue) = 157+52+147=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3493 is #62CB6C. Grayscale: #5D5D5D. Windows color (decimal): -6474605 or 9647261. OLE color: 9647261.

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

Color convert

RGB15752147-
CMYK00.670.060.38
HSL305.71º50.24%40.98%-
HSV(B)305.71º66.88%61.57%-
XYZ20.411.7328.79-
YUV94.22157.79172.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=44.10%
G=14.61%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575214700.670.060.38305.7150.2440.98
Hex9D34930436261323229
Octal2356422301036464626251
Binary100111011101001001001101000011110100110100110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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