#9d2f9e

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

Shades of Vivid Violet #9D2F9E

Tints of Vivid Violet #9D2F9E

Color information

#9D2F9E (or 0x9D2F9E) is unknown color: approx Vivid Violet. HEX triplet: 9D, 2F and 9E. RGB value is (157,47,158). Sum of RGB (Red+Green+Blue) = 157+47+158=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D2F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2F9E is #62D061. Grayscale: #5C5C5C. Windows color (decimal): -6475874 or 10366877. OLE color: 10366877.

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

Color convert

RGB15747158-
CMYK0.010.7000.38
HSL299.46º54.15%40.2%-
HSV(B)299.46º70.25%61.96%-
XYZ21.0911.6733.49-
YUV92.54164.94173.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=43.37%
G=12.98%
B=43.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157471580.010.7000.38299.4654.1540.2
Hex9D2F9E14602612b3628
Octal2355723611060464536650
Binary1001110110111110011110110001100100110100101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,47,158); }

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

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

 a { background-color: rgb(157,47,158); }

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

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

 span { border-color: rgb(157,47,158); }

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