#9F6A9E

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

Shades of Violet Blue #9F6A9E

Tints of Violet Blue #9F6A9E

Color information

#9F6A9E (or 0x9F6A9E) is unknown color: approx Violet Blue. HEX triplet: 9F, 6A and 9E. RGB value is (159,106,158). Sum of RGB (Red+Green+Blue) = 159+106+158=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A9E is #609561. Grayscale: #7F7F7F. Windows color (decimal): -6329698 or 10381983. OLE color: 10381983.

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

Color convert

RGB159106158-
CMYK00.330.010.38
HSL301.13º21.63%51.96%-
HSV(B)301.13º33.33%62.35%-
XYZ25.6220.1534.89-
YUV127.78145.06150.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=37.59%
G=25.06%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910615800.330.010.38301.1321.6351.96
Hex9F6A9E02112612d1634
Octal2371522360411464552664
Binary100111111101010100111100100001110011010010110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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