#9F679E

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

Shades of Violet Blue #9F679E

Tints of Violet Blue #9F679E

Color information

#9F679E (or 0x9F679E) is unknown color: approx Violet Blue. HEX triplet: 9F, 67 and 9E. RGB value is (159,103,158). Sum of RGB (Red+Green+Blue) = 159+103+158=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F679E is #609861. Grayscale: #7D7D7D. Windows color (decimal): -6330466 or 10381215. OLE color: 10381215.

HSL color Cylindrical-coordinate representation of color #9F679E: hue angle of 301.07º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F679E is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB159103158-
CMYK00.350.010.38
HSL301.07º22.58%51.37%-
HSV(B)301.07º35.22%62.35%-
XYZ25.3219.5434.78-
YUV126.01146.05151.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=37.86%
G=24.52%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910315800.350.010.38301.0722.5851.37
Hex9F679E02312612d1733
Octal2371472360431464552763
Binary100111111100111100111100100011110011010010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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