#9F679D

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

Shades of Violet Blue #9F679D

Tints of Violet Blue #9F679D

Color information

#9F679D (or 0x9F679D) is unknown color: approx Violet Blue. HEX triplet: 9F, 67 and 9D. RGB value is (159,103,157). Sum of RGB (Red+Green+Blue) = 159+103+157=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F679D is #609862. Grayscale: #7D7D7D. Windows color (decimal): -6330467 or 10315679. OLE color: 10315679.

HSL color Cylindrical-coordinate representation of color #9F679D: hue angle of 302.14º 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 #9F679D is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB159103157-
CMYK00.350.010.38
HSL302.14º22.58%51.37%-
HSV(B)302.14º35.22%62.35%-
XYZ25.2319.5134.33-
YUV125.9145.55151.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=37.95%
G=24.58%
B=37.47%

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
Decimal15910315700.350.010.38302.1422.5851.37
Hex9F679D02312612e1733
Octal2371472350431464562763
Binary100111111100111100111010100011110011010010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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