#9F379B

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

Shades of Vivid Violet #9F379B

Tints of Vivid Violet #9F379B

Color information

#9F379B (or 0x9F379B) is unknown color: approx Vivid Violet. HEX triplet: 9F, 37 and 9B. RGB value is (159,55,155). Sum of RGB (Red+Green+Blue) = 159+55+155=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F379B is #60C864. Grayscale: #616161. Windows color (decimal): -6342757 or 10172319. OLE color: 10172319.

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

Color convert

RGB15955155-
CMYK00.650.030.38
HSL302.31º48.6%41.96%-
HSV(B)302.31º65.41%62.35%-
XYZ21.5812.4732.28-
YUV97.5160.46171.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=43.09%
G=14.91%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595515500.650.030.38302.3148.641.96
Hex9F379B04132612e312a
Octal2376723301013464566152
Binary10011111110111100110110100000111100110100101110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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