#9F279B

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

Shades of Vivid Violet #9F279B

Tints of Vivid Violet #9F279B

Color information

#9F279B (or 0x9F279B) is unknown color: approx Vivid Violet. HEX triplet: 9F, 27 and 9B. RGB value is (159,39,155). Sum of RGB (Red+Green+Blue) = 159+39+155=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F279B is #60D864. Grayscale: #575757. Windows color (decimal): -6346853 or 10168223. OLE color: 10168223.

HSL color Cylindrical-coordinate representation of color #9F279B: hue angle of 302º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F279B is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15939155-
CMYK00.750.030.38
HSL302º60.61%38.82%-
HSV(B)302º75.47%62.35%-
XYZ20.9411.1932.07-
YUV88.1165.76178.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=45.04%
G=11.05%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593915500.750.030.3830260.6138.82
Hex9F279B04B32612e3d27
Octal2374723301133464567547
Binary10011111100111100110110100101111100110100101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,39,155); }

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

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

 a { background-color: rgb(159,39,155); }

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

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

 span { border-color: rgb(159,39,155); }

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