#9F2E9E

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

Shades of Vivid Violet #9F2E9E

Tints of Vivid Violet #9F2E9E

Color information

#9F2E9E (or 0x9F2E9E) is unknown color: approx Vivid Violet. HEX triplet: 9F, 2E and 9E. RGB value is (159,46,158). Sum of RGB (Red+Green+Blue) = 159+46+158=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2E9E is #60D161. Grayscale: #5C5C5C. Windows color (decimal): -6345058 or 10366623. OLE color: 10366623.

HSL color Cylindrical-coordinate representation of color #9F2E9E: hue angle of 300.53º 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 #9F2E9E is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15946158-
CMYK00.710.010.38
HSL300.53º55.12%40.2%-
HSV(B)300.53º71.07%62.35%-
XYZ21.4511.7933.49-
YUV92.56164.94175.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=43.80%
G=12.67%
B=43.53%

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
Decimal1594615800.710.010.38300.5355.1240.2
Hex9F2E9E04712612d3728
Octal2375623601071464556750
Binary1001111110111010011110010001111100110100101101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,46,158); }

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

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

 a { background-color: rgb(159,46,158); }

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

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

 span { border-color: rgb(159,46,158); }

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