#9F6098

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

Shades of Violet Blue #9F6098

Tints of Violet Blue #9F6098

Color information

#9F6098 (or 0x9F6098) is unknown color: approx Violet Blue. HEX triplet: 9F, 60 and 98. RGB value is (159,96,152). Sum of RGB (Red+Green+Blue) = 159+96+152=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6098 is #609F67. Grayscale: #797979. Windows color (decimal): -6332264 or 9986207. OLE color: 9986207.

HSL color Cylindrical-coordinate representation of color #9F6098: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6098 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15996152-
CMYK00.400.040.38
HSL306.67º24.71%50%-
HSV(B)306.67º39.62%62.35%-
XYZ24.151831.91-
YUV121.22145.37154.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=39.07%
G=23.59%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599615200.400.040.38306.6724.7150
Hex9F60980284261331932
Octal2371402300504464633162
Binary10011111110000010011000010100010010011010011001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,96,152); }

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

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

 a { background-color: rgb(159,96,152); }

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

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

 span { border-color: rgb(159,96,152); }

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