#9D2E9B

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

Shades of Vivid Violet #9D2E9B

Tints of Vivid Violet #9D2E9B

Color information

#9D2E9B (or 0x9D2E9B) is unknown color: approx Vivid Violet. HEX triplet: 9D, 2E and 9B. RGB value is (157,46,155). Sum of RGB (Red+Green+Blue) = 157+46+155=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2E9B is #62D164. Grayscale: #5B5B5B. Windows color (decimal): -6476133 or 10170013. OLE color: 10170013.

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

Color convert

RGB15746155-
CMYK00.710.010.38
HSL301.08º54.68%39.8%-
HSV(B)301.08º70.7%61.57%-
XYZ20.811.4932.13-
YUV91.62163.77174.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=43.85%
G=12.85%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574615500.710.010.38301.0854.6839.8
Hex9D2E9B04712612d3728
Octal2355623301071464556750
Binary1001110110111010011011010001111100110100101101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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