#9D389C

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

Shades of Vivid Violet #9D389C

Tints of Vivid Violet #9D389C

Color information

#9D389C (or 0x9D389C) is unknown color: approx Vivid Violet. HEX triplet: 9D, 38 and 9C. RGB value is (157,56,156). Sum of RGB (Red+Green+Blue) = 157+56+156=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D389C is #62C763. Grayscale: #616161. Windows color (decimal): -6473572 or 10238109. OLE color: 10238109.

HSL color Cylindrical-coordinate representation of color #9D389C: hue angle of 300.59º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D389C is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15756156-
CMYK00.640.010.38
HSL300.59º47.42%41.76%-
HSV(B)300.59º64.33%61.57%-
XYZ21.3212.432.72-
YUV97.6160.96170.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=42.55%
G=15.18%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575615600.640.010.38300.5947.4241.76
Hex9D389C04012612d2f2a
Octal2357023401001464555752
Binary1001110111100010011100010000001100110100101101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,156); }

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

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

 a { background-color: rgb(157,56,156); }

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

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

 span { border-color: rgb(157,56,156); }

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