#9D369B

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

Shades of Vivid Violet #9D369B

Tints of Vivid Violet #9D369B

Color information

#9D369B (or 0x9D369B) is unknown color: approx Vivid Violet. HEX triplet: 9D, 36 and 9B. RGB value is (157,54,155). Sum of RGB (Red+Green+Blue) = 157+54+155=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D369B is #62C964. Grayscale: #606060. Windows color (decimal): -6474085 or 10172061. OLE color: 10172061.

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

Color convert

RGB15754155-
CMYK00.660.010.38
HSL301.17º48.82%41.37%-
HSV(B)301.17º65.61%61.57%-
XYZ21.1412.1732.25-
YUV96.31161.12171.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=42.90%
G=14.75%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575415500.660.010.38301.1748.8241.37
Hex9D369B04212612d3129
Octal2356623301021464556151
Binary1001110111011010011011010000101100110100101101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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