#9F309B

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

Shades of Vivid Violet #9F309B

Tints of Vivid Violet #9F309B

Color information

#9F309B (or 0x9F309B) is unknown color: approx Vivid Violet. HEX triplet: 9F, 30 and 9B. RGB value is (159,48,155). Sum of RGB (Red+Green+Blue) = 159+48+155=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F309B is #60CF64. Grayscale: #5D5D5D. Windows color (decimal): -6344549 or 10170527. OLE color: 10170527.

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

Color convert

RGB15948155-
CMYK00.700.030.38
HSL302.16º53.62%40.59%-
HSV(B)302.16º69.81%62.35%-
XYZ21.2711.8532.18-
YUV93.39162.77174.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 48 (19.14% from 255) = 13.26%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=43.92%
G=13.26%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594815500.700.030.38302.1653.6240.59
Hex9F309B04632612e3629
Octal2376023301063464566651
Binary10011111110000100110110100011011100110100101110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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